From 6fc8e32bbf5b2671bd40314cb38eb66c16462b50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 11:08:31 +0000 Subject: [PATCH] chore(deps-dev): bump anyio from 4.9.0 to 4.10.0 Bumps [anyio](https://github.com/agronholm/anyio) from 4.9.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.9.0...4.10) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.10.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 51d0aec7..d693700e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -127,7 +127,7 @@ aiohttp==3.12.15 ; python_version >= '3.6' aiosignal==1.4.0 ; python_version >= '3.7' -anyio==4.9.0 ; python_version >= '3.7' +anyio==4.10.0 ; python_version >= '3.7' async-timeout==5.0.1 ; python_version >= '3.6'