From 1b39d35027598a6a6cc2a132bbe883c9a8c2513e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 02:10:03 +0000 Subject: [PATCH] Bump anyio from 4.9.0 to 4.14.2 Bumps [anyio](https://github.com/agronholm/anyio) from 4.9.0 to 4.14.2. - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](https://github.com/agronholm/anyio/compare/4.9.0...4.14.2) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.14.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/requirements.txt b/src/backend/requirements.txt index 167de07..7f85cc5 100644 --- a/src/backend/requirements.txt +++ b/src/backend/requirements.txt @@ -8,7 +8,7 @@ aiosignal==1.4.0 # via aiohttp annotated-types==0.7.0 # via pydantic -anyio==4.9.0 +anyio==4.14.2 # via # httpx # mcp