From 14181b0330582b1be9062fede6fd539e6ee5c997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 13:46:16 +0000 Subject: [PATCH] build(deps): bump pytest-asyncio in /apps/api-server Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.24.0 to 1.4.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v1.4.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/api-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api-server/requirements.txt b/apps/api-server/requirements.txt index 1e35368..a5cdac8 100644 --- a/apps/api-server/requirements.txt +++ b/apps/api-server/requirements.txt @@ -15,5 +15,5 @@ opentelemetry-sdk==1.27.0 python-jose[cryptography]==3.3.0 langgraph==0.2.34 pytest==8.3.3 -pytest-asyncio==0.24.0 +pytest-asyncio==1.4.0 PyYAML==6.0.2