diff --git a/poetry.lock b/poetry.lock index 9176c101..03d15f50 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1072,13 +1072,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] @@ -1459,4 +1459,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "1a204fa47f98068d6e45d06cd97e8ee186f263653ca671a45d960651aaf37ff5" +content-hash = "4f0080459a0ace102c7035124731c5fe005aeced68612a6692397b0dc1cafbf6" diff --git a/pyproject.toml b/pyproject.toml index d6549851..b3c302b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ isort = "^6.0.0" pre-commit = "^4.1.0" pytest-cov = "^6.0.0" pytest-depends = "^1.0.1" -pytest-asyncio = "^0.25.2" +pytest-asyncio = "^0.25.3" Faker = "^35.0.0" unasync-cli = "^0.0.9"