diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-12 16:27:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-12 16:27:51 +0000 |
commit | b07617fbe82dc3667dea6e6f7482f15896ee1190 (patch) | |
tree | 06adc9c4d0d1e855e59c5569e60bdd1ac55c67ee /poetry.lock | |
parent | Bump bcrypt from 4.0.1 to 4.1.2 (#16900) (diff) | |
download | synapse-b07617fbe82dc3667dea6e6f7482f15896ee1190.tar.xz |
Bump attrs from 23.1.0 to 23.2.0 (#16899)
Diffstat (limited to '')
-rw-r--r-- | poetry.lock | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 267f207539..99dddb2671 100644 --- a/poetry.lock +++ b/poetry.lock @@ -46,21 +46,22 @@ wrapt = [ [[package]] name = "attrs" -version = "23.1.0" +version = "23.2.0" description = "Classes Without Boilerplate" optional = false python-versions = ">=3.7" files = [ - {file = "attrs-23.1.0-py3-none-any.whl", hash = "sha256:1f28b4522cdc2fb4256ac1a020c78acf9cba2c6b461ccd2c126f3aa8e8335d04"}, - {file = "attrs-23.1.0.tar.gz", hash = "sha256:6279836d581513a26f1bf235f9acd333bc9115683f14f7e8fae46c98fc50e015"}, + {file = "attrs-23.2.0-py3-none-any.whl", hash = "sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1"}, + {file = "attrs-23.2.0.tar.gz", hash = "sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30"}, ] [package.extras] cov = ["attrs[tests]", "coverage[toml] (>=5.3)"] -dev = ["attrs[docs,tests]", "pre-commit"] +dev = ["attrs[tests]", "pre-commit"] docs = ["furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-towncrier", "towncrier", "zope-interface"] tests = ["attrs[tests-no-zope]", "zope-interface"] -tests-no-zope = ["cloudpickle", "hypothesis", "mypy (>=1.1.1)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "pytest-xdist[psutil]"] +tests-mypy = ["mypy (>=1.6)", "pytest-mypy-plugins"] +tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "pytest (>=4.3.0)", "pytest-xdist[psutil]"] [[package]] name = "authlib" |