diff --git a/poetry.lock b/poetry.lock index e86a7420..a486be90 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1166,13 +1166,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] @@ -1675,4 +1675,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "a12b3ccabdca137ccb8ef32556d130aff9a20a770cb1602cdf3213e029f93df5" +content-hash = "3aed26a068344121c696db9a2416de2ed41afb483280c75a6b4a8f6c72d65029" diff --git a/pyproject.toml b/pyproject.toml index 5c8c29b0..200c9b42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ pre-commit = "3.3.3" pre-commit-hooks = "4.4.0" pylint = "2.17.4" pytest = "7.4.0" -pytest-asyncio = "0.21.0" +pytest-asyncio = "0.21.1" pytest-cov = "4.1.0" ruff = "0.0.272" safety = "2.4.0b1"