diff --git a/poetry.lock b/poetry.lock index 84e6303..10d963e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -821,13 +821,13 @@ testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygm [[package]] name = "pytest-asyncio" -version = "0.23.5" +version = "0.23.5.post1" description = "Pytest support for asyncio" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.23.5.tar.gz", hash = "sha256:3a048872a9c4ba14c3e90cc1aa20cbc2def7d01c7c8db3777ec281ba9c057675"}, - {file = "pytest_asyncio-0.23.5-py3-none-any.whl", hash = "sha256:4e7093259ba018d58ede7d5315131d21923a60f8a6e9ee266ce1589685c89eac"}, + {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"}, ] [package.dependencies] @@ -1200,4 +1200,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "40aba0a64bd5dbe839b65e8d6229efadec99bc07b6df0387fb1994b2810c56b4" +content-hash = "c056dbf1a2f48a4d605f8c30a9e97000d0bc0f44659104145602586c63f2e173" diff --git a/pyproject.toml b/pyproject.toml index b62b3f9..c69c0ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,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" +pytest-asyncio = "0.23.5.post1" pytest-cov = "4.1.0" yamllint = "1.35.1" covdefaults = "2.3.0"