diff --git a/poetry.lock b/poetry.lock index c281edc9..b84fddb1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -62,6 +62,25 @@ files = [ [package.dependencies] typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.11\""} +[[package]] +name = "attrs" +version = "23.2.0" +description = "Classes Without Boilerplate" +optional = false +python-versions = ">=3.7" +files = [ + {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[tests]", "pre-commit"] +docs = ["furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-towncrier", "towncrier", "zope-interface"] +tests = ["attrs[tests-no-zope]", "zope-interface"] +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 = "babel" version = "2.14.0" @@ -1976,4 +1995,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "2af74319ff112279ff2155286b2aa6569225a6dba34deac01989dbc71e985747" +content-hash = "6b9f52dc9a2d924b0a26daf962e56c5fdf3fab634f3a6f058cf5fe4077ed8c6c" diff --git a/pyproject.toml b/pyproject.toml index 7e599d61..6bab481b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,6 +36,7 @@ typeguard = "4.0.0" saas-api=">=0.2.0" # Temp.fix httpx=">=0.27.0" +attrs=">=23.2.0" [tool.poetry.dev-dependencies]