diff --git a/poetry.lock b/poetry.lock index 2deb8bc..e69ce33 100644 --- a/poetry.lock +++ b/poetry.lock @@ -957,21 +957,21 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.21.2" +version = "0.23.6" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest_asyncio-0.21.2-py3-none-any.whl", hash = "sha256:ab664c88bb7998f711d8039cacd4884da6430886ae8bbd4eded552ed2004f16b"}, - {file = "pytest_asyncio-0.21.2.tar.gz", hash = "sha256:d67738fc232b94b326b9d060750beb16e0074210b98dd8b58a5239fa2a154f45"}, + {file = "pytest-asyncio-0.23.6.tar.gz", hash = "sha256:ffe523a89c1c222598c76856e76852b787504ddb72dd5d9b6617ffa8aa2cde5f"}, + {file = "pytest_asyncio-0.23.6-py3-none-any.whl", hash = "sha256:68516fdd1018ac57b846c9846b954f0393b26f094764a28c955eabb0536a4e8a"}, ] [package.dependencies] -pytest = ">=7.0.0" +pytest = ">=7.0.0,<9" [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" @@ -1726,4 +1726,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "6703dc945a1a0d67f8e8e13a63917b64fb26cd4f8aaf2ebb3f6a376843dc999c" +content-hash = "abb5f3c00627ad0bfdcfd3604df09bd51d99603c30e9528e6f5cf2dd85ae336f" diff --git a/pyproject.toml b/pyproject.toml index 51a7d3e..cfcf857 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ furo = ">=2021.11.12" pytest-cov = "^4.0.0" types-croniter = ">=1.3.2,<3.0.0" types-pytz = ">=2022.7.1,<2024.0.0" -pytest-asyncio = ">=0.20.3,<0.22.0" +pytest-asyncio = ">=0.20.3,<0.24.0" respx = ">=0.20.1,<0.22.0" pytest-mock = "^3.10.0" pytest-lazy-fixture = "^0.6.3"