diff --git a/poetry.lock b/poetry.lock index 16cf0e03c08..e5f6174f3c4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2513,13 +2513,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] @@ -3707,4 +3707,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0.0" -content-hash = "7ccdc7ca3f1b6785d37bc322715408387868e2c5520841f2225d0a54545256e0" +content-hash = "8aae470d18bd7232913cf0bee0a665f42b3e8d2648c6ddc9334ba2627c2a5d54" diff --git a/pyproject.toml b/pyproject.toml index 68d14b20a93..63eb8de5edb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ isort = "^5.13.2" pytest-cov = "^5.0.0" pytest-mock = "^3.14.0" pdoc3 = "^0.11.0" -pytest-asyncio = "^0.23.7" +pytest-asyncio = "^0.23.8" bandit = "^1.7.9" radon = "^6.0.1" xenon = "^0.9.1"