From 0301ba255cdb2ccba0229424153a7540f10b77e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 01:57:31 +0000 Subject: [PATCH] chore(deps): bump anyio in /examples/provider-python Bumps [anyio](https://github.com/agronholm/anyio) from 4.2.0 to 4.14.2. - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](https://github.com/agronholm/anyio/compare/4.2.0...4.14.2) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.14.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/provider-python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/provider-python/requirements.txt b/examples/provider-python/requirements.txt index e41255b6ba68..1c6b9e8bb870 100644 --- a/examples/provider-python/requirements.txt +++ b/examples/provider-python/requirements.txt @@ -1,5 +1,5 @@ annotated-types==0.6.0 -anyio==4.2.0 +anyio==4.14.2 certifi==2025.10.5 distro==1.9.0 exceptiongroup==1.2.0