diff --git a/poetry.lock b/poetry.lock index a7d1ea6b..ecfe6812 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2155,18 +2155,18 @@ 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" groups = ["dev"] 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] @@ -3040,4 +3040,4 @@ cli = ["typer", "zeroconf"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "79349aad1615b821999e60223a0f327cee4aec23b435f9c9abc721e6581fc5d4" +content-hash = "61c1785eb8ce6b9a93ab7c941c1e60e5d83a96cba99d3078f0c6b04881451c19" diff --git a/pyproject.toml b/pyproject.toml index 3e54ee78..15096b87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ pre-commit = "4.4.0" pre-commit-hooks = "6.0.0" pylint = "4.0.2" pytest = "8.4.2" -pytest-asyncio = "1.2.0" +pytest-asyncio = "1.3.0" pytest-cov = "7.0.0" ruff = "0.13.3" safety = "3.7.0"