diff --git a/poetry.lock b/poetry.lock index 6b18239..d832d6f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1529,13 +1529,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.25.2" +version = "0.25.3" description = "Pytest support for asyncio" optional = false python-versions = ">=3.9" files = [ - {file = "pytest_asyncio-0.25.2-py3-none-any.whl", hash = "sha256:0d0bb693f7b99da304a0634afc0a4b19e49d5e0de2d670f38dc4bfa5727c5075"}, - {file = "pytest_asyncio-0.25.2.tar.gz", hash = "sha256:3f8ef9a98f45948ea91a0ed3dc4268b5326c0e7bce73892acc654df4262ad45f"}, + {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] @@ -2055,4 +2055,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "dd2f777653aaf53cd697d6710365a710564794e4c4e3fa9475ed8a347051f9ad" +content-hash = "07ed643f07aecf0d20b1d9cb88f8c0f8997f375ca60b7f72aef589895dc48d73" diff --git a/pyproject.toml b/pyproject.toml index 0ba63e3..a14bcca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ pre-commit = "4.1.0" pre-commit-hooks = "5.0.0" pylint = "3.3.4" pytest = "8.3.4" -pytest-asyncio = "0.25.2" +pytest-asyncio = "0.25.3" pytest-cov = "6.0.0" ruff = "0.9.3" safety = "3.2.14"