diff --git a/poetry.lock b/poetry.lock index fbe76e83..8e1bea35 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1386,13 +1386,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.23.7" +version = "0.23.8" description = "Pytest support for asyncio" optional = false python-versions = ">=3.8" files = [ - {file = "pytest_asyncio-0.23.7-py3-none-any.whl", hash = "sha256:009b48127fbe44518a547bddd25611551b0e43ccdbf1e67d12479f569832c20b"}, - {file = "pytest_asyncio-0.23.7.tar.gz", hash = "sha256:5f5c72948f4c49e7db4f29f2521d4031f1c27f86e57b046126654083d4770268"}, + {file = "pytest_asyncio-0.23.8-py3-none-any.whl", hash = "sha256:50265d892689a5faefb84df80819d1ecef566eb3549cf915dfb33569359d1ce2"}, + {file = "pytest_asyncio-0.23.8.tar.gz", hash = "sha256:759b10b33a6dc61cce40a8bd5205e302978bbbcc00e279a8b61d9a6a3c82e4d3"}, ] [package.dependencies] @@ -1894,4 +1894,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==4.6.0)", "pytest (==6.2.5)", "pyt [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "77aa78539968bd889cbcf35baa464d6001aba98e3846ec4aef837ed969db6894" +content-hash = "f4350a4e50c6b7badf6c783d91b44e07d4c0928ad3175e42d590341a9faf4849" diff --git a/pyproject.toml b/pyproject.toml index fb063f01..904f726d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ pre-commit-hooks = "^4.6.0" Pygments = "^2.18.0" pyupgrade = "^3.16.0" pylint = "^3.2.5" -pytest-asyncio = "~0.23.7" +pytest-asyncio = "~0.23.8" [build-system] requires = ["poetry-core>=1.0.0", "setuptools"]