diff --git a/poetry.lock b/poetry.lock index 2c579e6..9d703f6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1021,21 +1021,21 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.20.3" +version = "0.23.2" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.20.3.tar.gz", hash = "sha256:83cbf01169ce3e8eb71c6c278ccb0574d1a7a3bb8eaaf5e50e0ad342afb33b36"}, - {file = "pytest_asyncio-0.20.3-py3-none-any.whl", hash = "sha256:f129998b209d04fcc65c96fc85c11e5316738358909a8399e93be553d7656442"}, + {file = "pytest-asyncio-0.23.2.tar.gz", hash = "sha256:c16052382554c7b22d48782ab3438d5b10f8cf7a4bdcae7f0f67f097d95beecc"}, + {file = "pytest_asyncio-0.23.2-py3-none-any.whl", hash = "sha256:ea9021364e32d58f0be43b91c6233fb8d2224ccef2398d6837559e587682808f"}, ] [package.dependencies] -pytest = ">=6.1.0" +pytest = ">=7.0.0" [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] -testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy (>=0.931)", "pytest-trio (>=0.7.0)"] +testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-cov" @@ -1665,4 +1665,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.13" -content-hash = "cb5a46f4b6eb41ba1bca615ebe72697477fe117745e5e4bce2d1d6de7020d366" +content-hash = "ab2c8a4237db34549302186fa3b900d94eeb2ecc95b85625377466edc695d50f" diff --git a/pyproject.toml b/pyproject.toml index 711ac17..fa147d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ isort = "^5.11.4" preggy = "^1.4.4" pylint = "^3.0.2" pytest = "^7.4.3" -pytest-asyncio = "^0.20.3" +pytest-asyncio = "^0.23.2" pytest-cov = "^4.1.0" pytest-tldr = "^0.2.5" pytest-xdist = "^3.5.0"