From b8c8a372e801e822200430aa7e3a99c049328b28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 17:48:52 +0000 Subject: [PATCH] build(deps): bump anyio from 4.14.1 to 4.14.2 in /backend Bumps [anyio](https://github.com/agronholm/anyio) from 4.14.1 to 4.14.2. - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](https://github.com/agronholm/anyio/compare/4.14.1...4.14.2) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.14.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 3a3d890..93bc61a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -33,7 +33,7 @@ pycparser==3.0 httpx==0.28.1 httpcore==1.0.9 h11==0.16.0 -anyio==4.14.1 +anyio==4.14.2 sniffio==1.3.1 certifi==2026.6.17 idna==3.18