From 6ba5a84c6d51cfdb6cd8d07559a6e6a4ec336e14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 04:11:12 +0000 Subject: [PATCH] chore(deps-dev): update pytest-asyncio requirement --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0eb096a..9a92f00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest>=8.2", - "pytest-asyncio>=0.23", + "pytest-asyncio>=1.4.0", "pytest-cov>=5.0", "hypothesis>=6.100", "testcontainers[postgres,redis]>=4.5",