From b14dc3954b56cf2303079c8d980a36f823d86bc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 01:05:46 +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 b3ce1bec..3e632706 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1965,14 +1965,14 @@ 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" groups = ["dev"] 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] @@ -2788,4 +2788,4 @@ cli = ["typer", "zeroconf"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "77d2cd74c32bd602d1c214155fe70c8779e803fca737fe838eef311581421aab" +content-hash = "3bb82ac7c350f8da398d7791b1b020e2ad63b33730891e4ea26ee3cf7bda2197" diff --git a/pyproject.toml b/pyproject.toml index 1ad81c67..d61d7440 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 = "1.0.0" +pytest-asyncio = "1.1.0" pytest-cov = "6.2.1" ruff = "0.12.7" safety = "3.6.0"