diff --git a/poetry.lock b/poetry.lock index 9a34722f..1d63056e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -17,22 +17,23 @@ typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.11\""} [[package]] name = "attrs" -version = "23.1.0" +version = "23.2.0" description = "Classes Without Boilerplate" category = "dev" 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 = "bcrypt" @@ -2089,4 +2090,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "6a5343d996f8fefdada8bacb3045e5fc398ea5f16adc37e3ca27eccad30241d4" +content-hash = "85bb313c9a0df61185207fd7a2c33f6c6266aaf25687b4434ae65786191c3a7c" diff --git a/pyproject.toml b/pyproject.toml index bd1d547a..799ef0c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ pyopenssl = ">22.1.0" cryptography = "<41.0.8" [tool.poetry.dev-dependencies] -attrs = "23.1.0" +attrs = "23.2.0" pylint = "3.0.3" pytype = "2023.12.18" pytest = "7.4.4"