From 86417ccdfce6c62b9aa7e6ce477675c34de38e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 18:54:58 +0000 Subject: [PATCH] chore(deps-dev): bump anyio from 4.10.0 to 4.13.0 Bumps [anyio](https://github.com/agronholm/anyio) from 4.10.0 to 4.13.0. - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](https://github.com/agronholm/anyio/compare/4.10.0...4.13.0) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.13.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 b150d558..643e74fa 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -127,7 +127,7 @@ aiohttp==3.13.5 ; python_version >= '3.6' aiosignal==1.4.0 ; python_version >= '3.7' -anyio==4.10.0 ; python_version >= '3.7' +anyio==4.13.0 ; python_version >= '3.7' async-timeout==5.0.1 ; python_version >= '3.6'