From 5bb5f6fb932d2bb7ec1c5ac4e05bb3946a796c45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 01:47:40 +0000 Subject: [PATCH] chore(deps-dev): bump anyio from 4.13.0 to 4.14.2 Bumps [anyio](https://github.com/agronholm/anyio) from 4.13.0 to 4.14.2. - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](https://github.com/agronholm/anyio/compare/4.13.0...4.14.2) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.14.2 dependency-type: direct:development ... 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 d108450a..4777ba62 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -126,7 +126,7 @@ aiohttp==3.14.1 ; python_version >= '3.6' aiosignal==1.4.0 ; python_version >= '3.7' -anyio==4.13.0 ; python_version >= '3.7' +anyio==4.14.2 ; python_version >= '3.7' async-timeout==5.0.1 ; python_version >= '3.6'