diff --git a/poetry.lock b/poetry.lock index f580447..d37cc9c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1926,17 +1926,17 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-asyncio" -version = "1.2.0" +version = "1.3.0" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" files = [ - {file = "pytest_asyncio-1.2.0-py3-none-any.whl", hash = "sha256:8e17ae5e46d8e7efe51ab6494dd2010f4ca8dae51652aa3c8d55acf50bfb2e99"}, - {file = "pytest_asyncio-1.2.0.tar.gz", hash = "sha256:c609a64a2a8768462d0c99811ddb8bd2583c33fd33cf7f21af1c142e824ffb57"}, + {file = "pytest_asyncio-1.3.0-py3-none-any.whl", hash = "sha256:611e26147c7f77640e6d0a92a38ed17c3e9848063698d5c93d5aa7aa11cebff5"}, + {file = "pytest_asyncio-1.3.0.tar.gz", hash = "sha256:d7f52f36d231b80ee124cd216ffb19369aa168fc10095013c6b014a34d3ee9e5"}, ] [package.dependencies] -pytest = ">=8.2,<9" +pytest = ">=8.2,<10" typing-extensions = {version = ">=4.12", markers = "python_version < \"3.13\""} [package.extras] @@ -2697,4 +2697,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "bf0397d60e08ae32fe5cc211dfe7455f66efaf7a308a3dcbfa6197ba0bf49538" +content-hash = "86051a058dad0cb6aeed421f911ffa9488b7065419cc8cd4125a9651e37f70ee" diff --git a/pyproject.toml b/pyproject.toml index 279b284..e090d2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pre-commit = "4.4.0" pre-commit-hooks = "6.0.0" pylint = "4.0.3" pytest = "8.4.2" -pytest-asyncio = "1.2.0" +pytest-asyncio = "1.3.0" pytest-cov = "7.0.0" ruff = "0.14.5" safety = "3.7.0"