diff --git a/poetry.lock b/poetry.lock index fef34e1..9e8289b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -818,13 +818,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.23.2" +version = "0.23.3" description = "Pytest support for asyncio" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.23.2.tar.gz", hash = "sha256:c16052382554c7b22d48782ab3438d5b10f8cf7a4bdcae7f0f67f097d95beecc"}, - {file = "pytest_asyncio-0.23.2-py3-none-any.whl", hash = "sha256:ea9021364e32d58f0be43b91c6233fb8d2224ccef2398d6837559e587682808f"}, + {file = "pytest-asyncio-0.23.3.tar.gz", hash = "sha256:af313ce900a62fbe2b1aed18e37ad757f1ef9940c6b6a88e2954de38d6b1fb9f"}, + {file = "pytest_asyncio-0.23.3-py3-none-any.whl", hash = "sha256:37a9d912e8338ee7b4a3e917381d1c95bfc8682048cb0fbc35baba316ec1faba"}, ] [package.dependencies] @@ -1196,4 +1196,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "cc7aea1ee7edfe13d3a0c8b406d4ac823bb99a5b776d625f1415cb3688b15fe0" +content-hash = "0bdad3a28f6ee5f25652874f03cf4e676252ac6fa41ea807396d5ad382f28691" diff --git a/pyproject.toml b/pyproject.toml index 626ae3b..5f20aea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pre-commit = "3.6.0" pre-commit-hooks = "4.5.0" pylint = "3.0.3" pytest = "7.4.4" -pytest-asyncio = "0.23.2" +pytest-asyncio = "0.23.3" pytest-cov = "4.1.0" yamllint = "1.33.0" covdefaults = "2.3.0"