From fe457604065567e5756bc22d6558596df56ac06e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 05:33:31 +0000 Subject: [PATCH] deps(deps): bump pytest-asyncio from 0.21.1 to 1.1.0 --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6fa02ef..7ec2f76 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ python-dateutil==2.8.2 # Development & Testing pytest==7.4.3 -pytest-asyncio==0.21.1 +pytest-asyncio==1.1.0 httpx==0.25.2 # Frontend