diff --git a/poetry.lock b/poetry.lock index 09f34f4..4b765b3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1007,13 +1007,13 @@ testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygm [[package]] name = "pytest-asyncio" -version = "0.23.5.post1" +version = "0.23.6" description = "Pytest support for asyncio" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.23.5.post1.tar.gz", hash = "sha256:b9a8806bea78c21276bc34321bbf234ba1b2ea5b30d9f0ce0f2dea45e4685813"}, - {file = "pytest_asyncio-0.23.5.post1-py3-none-any.whl", hash = "sha256:30f54d27774e79ac409778889880242b0403d09cabd65b727ce90fe92dd5d80e"}, + {file = "pytest-asyncio-0.23.6.tar.gz", hash = "sha256:ffe523a89c1c222598c76856e76852b787504ddb72dd5d9b6617ffa8aa2cde5f"}, + {file = "pytest_asyncio-0.23.6-py3-none-any.whl", hash = "sha256:68516fdd1018ac57b846c9846b954f0393b26f094764a28c955eabb0536a4e8a"}, ] [package.dependencies] @@ -1448,4 +1448,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "68e3423a133be792b3b3254e9da8ecc6dd09e2f9a386aa9c926a9238c63384b5" +content-hash = "1a4362d8545d1eaf650c60a981f7ac1477467befc58012df02b9d4fd746b35f3" diff --git a/pyproject.toml b/pyproject.toml index babedd6..e6c011b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pre-commit = "3.6.2" pre-commit-hooks = "4.5.0" pylint = "3.1.0" pytest = "8.1.1" -pytest-asyncio = "0.23.5.post1" +pytest-asyncio = "0.23.6" pytest-cov = "4.1.0" pytest-freezer = "0.4.8" pytz = "2024.1"