diff --git a/poetry.lock b/poetry.lock index 1ef12ae7c7d..a6ee1a8d067 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1878,13 +1878,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.21.0" +version = "0.21.1" description = "Pytest support for asyncio" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-asyncio-0.21.0.tar.gz", hash = "sha256:2b38a496aef56f56b0e87557ec313e11e1ab9276fc3863f6a7be0f1d0e415e1b"}, - {file = "pytest_asyncio-0.21.0-py3-none-any.whl", hash = "sha256:f2b3366b7cd501a4056858bd39349d5af19742aed2d81660b7998b6341c7eb9c"}, + {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] @@ -2749,4 +2749,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "ff7263132eb51129dddb083b164cb96f98cd9bf68f4937ee9180fa494de4d531" +content-hash = "c04b158500c12b4a5cb2acc0263b900a463bd6a61aab9c751054a06d61becf49" diff --git a/pyproject.toml b/pyproject.toml index 317fadd8de2..381449bab99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ isort = "^5.11.5" pytest-cov = "^4.1.0" pytest-mock = "^3.11.1" pdoc3 = "^0.10.0" -pytest-asyncio = "^0.21.0" +pytest-asyncio = "^0.21.1" bandit = "^1.7.5" radon = "^5.1.0" xenon = "^0.9.0"