From df3dd3930379795a2d97de40e2aadb111f5527b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 10:46:08 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to >=1.4.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 33e70e5..355ca27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ dev = [ "pre-commit>=4.6.0", "pyright>=1.1.409", "pytest>=9.0.3", - "pytest-asyncio>=1.3.0", + "pytest-asyncio>=1.4.0", "pytest-cov>=7.1.0", "pytest-httpx>=0.36.2", "pytest-randomly>=4.1.0", diff --git a/uv.lock b/uv.lock index d59d6ed..c1e0e79 100644 --- a/uv.lock +++ b/uv.lock @@ -507,7 +507,7 @@ dev = [ { name = "pre-commit", specifier = ">=4.6.0" }, { name = "pyright", specifier = ">=1.1.409" }, { name = "pytest", specifier = ">=9.0.3" }, - { name = "pytest-asyncio", specifier = ">=1.3.0" }, + { name = "pytest-asyncio", specifier = ">=1.4.0" }, { name = "pytest-cov", specifier = ">=7.1.0" }, { name = "pytest-httpx", specifier = ">=0.36.2" }, { name = "pytest-randomly", specifier = ">=4.1.0" },