diff --git a/poetry.lock b/poetry.lock index 7f2b0e9..5630e25 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1735,13 +1735,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-asyncio" -version = "0.26.0" +version = "1.1.0" description = "Pytest support for asyncio" optional = false python-versions = ">=3.9" files = [ - {file = "pytest_asyncio-0.26.0-py3-none-any.whl", hash = "sha256:7b51ed894f4fbea1340262bdae5135797ebbe21d8638978e35d31c6d19f72fb0"}, - {file = "pytest_asyncio-0.26.0.tar.gz", hash = "sha256:c4df2a697648241ff39e7f0e4a73050b03f123f760673956cf0d72a4990e312f"}, + {file = "pytest_asyncio-1.1.0-py3-none-any.whl", hash = "sha256:5fe2d69607b0bd75c656d1211f969cadba035030156745ee09e7d71740e58ecf"}, + {file = "pytest_asyncio-1.1.0.tar.gz", hash = "sha256:796aa822981e01b68c12e4827b8697108f7205020f24b5793b3c41555dab68ea"}, ] [package.dependencies] @@ -2429,4 +2429,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "0f842371e5097a7d828250ed4a5e8e40035de9f82d564832052009e318ea0fc1" +content-hash = "2c23f33a4033de5cc0081bad2a657fbe2d2d23ec97b3b0a4d204da8042d81bca" diff --git a/pyproject.toml b/pyproject.toml index 3ffbb61..6e8ff23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ pre-commit = "4.3.0" pre-commit-hooks = "5.0.0" pylint = "3.3.8" pytest = "8.4.1" -pytest-asyncio = "0.26.0" +pytest-asyncio = "1.1.0" pytest-cov = "6.2.1" ruff = "0.12.8" safety = "3.6.0"