diff --git a/poetry.lock b/poetry.lock index 4df73d4f2..e5e7182e6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -57,21 +57,22 @@ files = [ [[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 = "autorepr" @@ -2512,4 +2513,4 @@ compatible-mypy = ["mypy"] [metadata] lock-version = "2.0" python-versions = ">= 3.8.1,<4.0" -content-hash = "fbf775f90e8ed6afa54378c87fe84464d596efdb7470c401142c9817438509d2" +content-hash = "b20a7e8aab5865f61adb01ac6bd81436b7361e0047b50ec85a3163bc8549746f" diff --git a/pyproject.toml b/pyproject.toml index 2864f062f..5323146e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ mypy = { version = ">=1.5,<1.6", optional = true } [tool.poetry.dev-dependencies] anyio = "^4.2" trio = "^0.23" -attrs = "^23.1" +attrs = "^23.2" httpx = "^0.26" wemake-python-styleguide = "^0.18"