From 254d965dab89937f3ece08d0b0ff45cc9727398e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 20:43:11 +0000 Subject: [PATCH] chore(deps): bump anyio from 4.2.0 to 4.12.1 in /sdk/python Bumps [anyio](https://github.com/agronholm/anyio) from 4.2.0 to 4.12.1. - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](https://github.com/agronholm/anyio/compare/4.2.0...4.12.1) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sdk/python/requirements/proj.txt | 2 +- sdk/python/requirements/test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/python/requirements/proj.txt b/sdk/python/requirements/proj.txt index 34f2e519740..05ea52df6a8 100644 --- a/sdk/python/requirements/proj.txt +++ b/sdk/python/requirements/proj.txt @@ -4,7 +4,7 @@ # # dagger dl -m dev deps --env=proj lock # -anyio==4.2.0 +anyio==4.12.1 # via # -r requirements.in # gql diff --git a/sdk/python/requirements/test.txt b/sdk/python/requirements/test.txt index cd82058c94c..7a613ce5403 100644 --- a/sdk/python/requirements/test.txt +++ b/sdk/python/requirements/test.txt @@ -8,7 +8,7 @@ aiohttp==3.9.2 # via -r requirements.in aiosignal==1.3.1 # via aiohttp -anyio==4.2.0 +anyio==4.12.1 # via httpx attrs==23.2.0 # via aiohttp