diff --git a/poetry.lock b/poetry.lock index 3b2ab6d7..5b3136e2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1268,13 +1268,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.23.6" +version = "0.23.7" description = "Pytest support for asyncio" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.23.6.tar.gz", hash = "sha256:ffe523a89c1c222598c76856e76852b787504ddb72dd5d9b6617ffa8aa2cde5f"}, - {file = "pytest_asyncio-0.23.6-py3-none-any.whl", hash = "sha256:68516fdd1018ac57b846c9846b954f0393b26f094764a28c955eabb0536a4e8a"}, + {file = "pytest_asyncio-0.23.7-py3-none-any.whl", hash = "sha256:009b48127fbe44518a547bddd25611551b0e43ccdbf1e67d12479f569832c20b"}, + {file = "pytest_asyncio-0.23.7.tar.gz", hash = "sha256:5f5c72948f4c49e7db4f29f2521d4031f1c27f86e57b046126654083d4770268"}, ] [package.dependencies] @@ -1992,4 +1992,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "919a00de81016873639f207e0f70b68404c5595a59b8bc8d9aa7ca18eca0f1bd" +content-hash = "98b82ad34a6a2c519a69c8ae2c480db86165fa021fa3ee6373761b3feccd8563" diff --git a/pyproject.toml b/pyproject.toml index 67854a95..8b9f303f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ pydantic-settings = "^2.2.1" fakeredis = "^2.23.2" ipdb = "^0.13.13" pytest = "^8.2.1" -pytest-asyncio = "^0.23.6" +pytest-asyncio = "^0.23.7" pytest-cov = "^5.0.0" pytest-randomly = "^3.15.0" pytest-xdist = "^3.6.1"