From d5daa2ad712ec5c640284a3a19a76e9ba700bcb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 00:36:35 +0000 Subject: [PATCH] :arrow_up: Bump anyio from 4.4.0 to 4.10.0 Bumps [anyio](https://github.com/agronholm/anyio) from 4.4.0 to 4.10.0. - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/anyio/compare/4.4.0...4.10) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0507873e..45072804 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aiohappyeyeballs==2.4.0 ; python_full_version >= "3.8.1" and python_version < "4 aiohttp==3.10.5 ; python_full_version >= "3.8.1" and python_version < "4.0" aiosignal==1.3.1 ; python_full_version >= "3.8.1" and python_version < "4.0" annotated-types==0.7.0 ; python_full_version >= "3.8.1" and python_version < "4.0" -anyio==4.4.0 ; python_full_version >= "3.8.1" and python_version < "4.0" +anyio==4.10.0 ; python_full_version >= "3.8.1" and python_version < "4.0" async-timeout==4.0.3 ; python_full_version >= "3.8.1" and python_version < "3.11" attrs==24.2.0 ; python_full_version >= "3.8.1" and python_version < "4.0" broadcast-service==1.3.2 ; python_full_version >= "3.8.1" and python_version < "4.0"