diff --git a/poetry.lock b/poetry.lock index a3af90f..b9b244d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1448,13 +1448,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] @@ -1961,4 +1961,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==6.2.5)", "pytest-cov (==3.0.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "1ab3cedd6686d0df65fb9914cb2522d377f3c2603cef5bbc5e4a52626b32a805" +content-hash = "5702382567be2cceab61e53b13f5e98a2643961995b17b55127dd951e3f98338" diff --git a/pyproject.toml b/pyproject.toml index 6e72796..6f33ef8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ pre-commit-hooks = "^5.0.0" Pygments = "^2.19.1" pyupgrade = "^3.19.1" pylint = "^3.3.3" -pytest-asyncio = "~0.25.2" +pytest-asyncio = "~0.25.3" [build-system] requires = ["poetry-core>=1.0.0", "setuptools"]