From 419d7838b243bcc7a025b02ed45576309d8c6ee8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 19:50:43 +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 f9e28294..44cda3e2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -126,7 +126,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'