From 1dfd650ef8bd5ce18b092ecc472a3edbc03f1305 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 05:10:11 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pyte?= =?UTF-8?q?st-asyncio=20to=20v1.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b5af4421..992091d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1835,13 +1835,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-asyncio" -version = "1.0.0" +version = "1.1.0" description = "Pytest support for asyncio" optional = false python-versions = ">=3.9" files = [ - {file = "pytest_asyncio-1.0.0-py3-none-any.whl", hash = "sha256:4f024da9f1ef945e680dc68610b52550e36590a67fd31bb3b4943979a1f90ef3"}, - {file = "pytest_asyncio-1.0.0.tar.gz", hash = "sha256:d15463d13f4456e1ead2594520216b225a16f781e144f8fdf6c5bb4667c48b3f"}, + {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] @@ -2536,4 +2536,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "f282ece5feedda3ade9abbb86eeca0a1e9bd5b9a7243e7253a6d1cd1e3fe9ed2" +content-hash = "37f1c85a2339a0be36901421796a35c0bdd4a79ed34c6d9bf6f05a42fea4f1ad" diff --git a/pyproject.toml b/pyproject.toml index 7529a2a6..dc752254 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pre-commit = "4.2.0" pre-commit-hooks = "5.0.0" pylint = "3.3.7" pytest = "8.4.1" -pytest-asyncio = "1.0.0" +pytest-asyncio = "1.1.0" pytest-cov = "6.2.1" ruff = "0.11.13" safety = "3.6.0"