diff --git a/poetry.lock b/poetry.lock index 9f7b0283..4f72b1c1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1127,17 +1127,17 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.20.3" +version = "0.21.1" description = "Pytest support for asyncio" optional = false python-versions = ">=3.7" 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.21.1.tar.gz", hash = "sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d"}, + {file = "pytest_asyncio-0.21.1-py3-none-any.whl", hash = "sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b"}, ] [package.dependencies] -pytest = ">=6.1.0" +pytest = ">=7.0.0" [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] @@ -1719,4 +1719,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "cc5654344b76226f585fceb73526c9b30c82162fd9a365e5ff4e6760b0a1044e" +content-hash = "265f0ded481d55d6b3b4223c9f7db1169775911f18df085a8e00333143c417bf" diff --git a/pyproject.toml b/pyproject.toml index 99441921..fc453a08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ isort = "^5.12.0" pre-commit = "^3.2.2" pytest-cov = "^4.0.0" pytest-depends = "^1.0.1" -pytest-asyncio = "^0.20.3" +pytest-asyncio = "^0.21.1" Faker = "^18.3.1" unasync-cli = "^0.0.9" python-semantic-release = "^7.34.6"