diff --git a/poetry.lock b/poetry.lock index 74d5e89..7fa4fb1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1630,13 +1630,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.25.0" +version = "0.25.1" description = "Pytest support for asyncio" optional = false python-versions = ">=3.9" files = [ - {file = "pytest_asyncio-0.25.0-py3-none-any.whl", hash = "sha256:db5432d18eac6b7e28b46dcd9b69921b55c3b1086e85febfe04e70b18d9e81b3"}, - {file = "pytest_asyncio-0.25.0.tar.gz", hash = "sha256:8c0610303c9e0442a5db8604505fc0f545456ba1528824842b37b4a626cbf609"}, + {file = "pytest_asyncio-0.25.1-py3-none-any.whl", hash = "sha256:c84878849ec63ff2ca509423616e071ef9cd8cc93c053aa33b5b8fb70a990671"}, + {file = "pytest_asyncio-0.25.1.tar.gz", hash = "sha256:79be8a72384b0c917677e00daa711e07db15259f4d23203c59012bcd989d4aee"}, ] [package.dependencies] @@ -2156,4 +2156,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "96da50180cd42e1dc0a1399e7d09ee0c31969ca21a681321740d73a3414c247e" +content-hash = "be200f3ee1bc5cdb6c2d31138ddc9b8b29442e489579f3a168974d1567c5e1d3" diff --git a/pyproject.toml b/pyproject.toml index 75106ef..76ca0e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pre-commit = "4.0.1" pre-commit-hooks = "5.0.0" pylint = "3.3.3" pytest = "8.3.4" -pytest-asyncio = "0.25.0" +pytest-asyncio = "0.25.1" pytest-cov = "6.0.0" ruff = "0.8.4" safety = "3.2.14"