From f040a4de58ae92ddcb02077afc9e16aa7e5beb32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 04:59:40 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pyte?= =?UTF-8?q?st-asyncio=20to=20v1?= 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 3f5b083c..e877e553 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1923,14 +1923,14 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-asyncio" -version = "0.26.0" +version = "1.0.0" description = "Pytest support for asyncio" optional = false python-versions = ">=3.9" groups = ["dev"] 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.0.0-py3-none-any.whl", hash = "sha256:4f024da9f1ef945e680dc68610b52550e36590a67fd31bb3b4943979a1f90ef3"}, + {file = "pytest_asyncio-1.0.0.tar.gz", hash = "sha256:d15463d13f4456e1ead2594520216b225a16f781e144f8fdf6c5bb4667c48b3f"}, ] [package.dependencies] @@ -2746,4 +2746,4 @@ cli = ["typer", "zeroconf"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "666050159a3e1b627214c312f7ce4acce1c289215dd03ab95553a09b11efc350" +content-hash = "cb643bfc046dd4dfb27c5cabf81ed3c3ff8ac64a6d375fec69e1c71f0e93b377" diff --git a/pyproject.toml b/pyproject.toml index b5d2038d..16e6c3a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ pre-commit = "4.2.0" pre-commit-hooks = "5.0.0" pylint = "3.3.7" pytest = "8.4.1" -pytest-asyncio = "0.26.0" +pytest-asyncio = "1.0.0" pytest-cov = "6.2.1" ruff = "0.12.1" safety = "3.5.2"