diff --git a/poetry.lock b/poetry.lock index a2c1d4d5..2f3da949 100644 --- a/poetry.lock +++ b/poetry.lock @@ -952,13 +952,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.25.1" +version = "0.25.3" description = "Pytest support for asyncio" optional = false python-versions = ">=3.9" files = [ - {file = "pytest_asyncio-0.25.1-py3-none-any.whl", hash = "sha256:c84878849ec63ff2ca509423616e071ef9cd8cc93c053aa33b5b8fb70a990671"}, - {file = "pytest_asyncio-0.25.1.tar.gz", hash = "sha256:79be8a72384b0c917677e00daa711e07db15259f4d23203c59012bcd989d4aee"}, + {file = "pytest_asyncio-0.25.3-py3-none-any.whl", hash = "sha256:9e89518e0f9bd08928f97a3482fdc4e244df17529460bc038291ccaf8f85c7c3"}, + {file = "pytest_asyncio-0.25.3.tar.gz", hash = "sha256:fc1da2cf9f125ada7e710b4ddad05518d4cee187ae9412e9ac9271003497f07a"}, ] [package.dependencies] @@ -1354,4 +1354,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "d111737685a54220dcebf62cd9e667cafe0adef70c52407704d1f8a34d6b35f2" +content-hash = "b7a797ee0210d0a63fd0d65580927b0737c09731b19a312c19f03521fa14aad8" diff --git a/pyproject.toml b/pyproject.toml index 61664495..8189877e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pre-commit = "4.2.0" pre-commit-hooks = "5.0.0" pylint = "3.3.5" pytest = "8.3.5" -pytest-asyncio = "0.25.1" +pytest-asyncio = "0.25.3" pytest-cov = "6.0.0" ruff = "0.11.0" yamllint = "1.36.2"