diff --git a/poetry.lock b/poetry.lock index d10417a..84730fd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1158,13 +1158,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.21.1" +version = "0.22.0" 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.22.0.tar.gz", hash = "sha256:01da1bf94ff0b969cc8d760104f7c1011903d0d658bdaef0bbae769660a7fbc4"}, + {file = "pytest_asyncio-0.22.0-py3-none-any.whl", hash = "sha256:c09905acb3b79827aace4c67fe15097daea1b363c00c8236875395414914bad3"}, ] [package.dependencies] @@ -1701,4 +1701,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "cc5fa73ae71f2ab39fe8fe03a27470801b9d9b9655955dc2d24f071689d1fe49" +content-hash = "98578ab864f7b7542d34efcec264da8d48295a971cc44bbe0dbbe20c729e4d61" diff --git a/pyproject.toml b/pyproject.toml index 613dc62..6a0ff38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ pre-commit = "^3.0.0" pylint = "^3.0.0" pylint-strict-informational = "^0.1" pytest = "^7.2.0" -pytest-asyncio = "^0.21.0" +pytest-asyncio = "^0.22.0" pytest-cov = "^4.0.0" python-semantic-release = "^8.0.0" pyupgrade = "^3.3.1"