diff --git a/poetry.lock b/poetry.lock index 480417e..4a6ae05 100644 --- a/poetry.lock +++ b/poetry.lock @@ -684,13 +684,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.21.1" +version = "0.23.1" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.21.1.tar.gz", hash = "sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d"}, - {file = "pytest_asyncio-0.21.1-py3-none-any.whl", hash = "sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b"}, + {file = "pytest-asyncio-0.23.1.tar.gz", hash = "sha256:2d06468de455e7d4302e670a583d1a127d57ac2b09c95164a895b88c7a1e5178"}, + {file = "pytest_asyncio-0.23.1-py3-none-any.whl", hash = "sha256:044ac9167e655f2462097e21cc9a29c9385674ea4fcc34677f1cc1ca35f3cd39"}, ] [package.dependencies] @@ -698,7 +698,7 @@ 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" @@ -826,4 +826,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "ca820c3f8f4978d020c7ee329fd41c0cc4ac4c7c591e7eaf26ae31fbaf76f446" +content-hash = "f56c7b9dac4c21422a659b35ea18f64b74d5f42f50eafb2f3e8ea782dc324715" diff --git a/pyproject.toml b/pyproject.toml index 5b09bb8..0ce1800 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ mypy = ">=0.971,<1.8" pytest-cov = "^4.0.0" coveralls = "^3.3.1" pytest-httpx = "^0.21.2" -pytest-asyncio = ">=0.20.3,<0.22.0" +pytest-asyncio = ">=0.20.3,<0.24.0" [build-system] requires = ["poetry-core>=1.4.0"]