From 6e6797486169ba64bb6755ac53733ec4df1724c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 01:01:27 +0000 Subject: [PATCH] Update anyio requirement from >=3.2.1 to >=4.12.1 Updates the requirements on [anyio](https://github.com/agronholm/anyio) to permit the latest version. - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](https://github.com/agronholm/anyio/compare/3.2.1...4.12.1) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-tests.txt b/requirements-tests.txt index ba2dc242..98582c29 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -1,5 +1,5 @@ aiohttp == 3.13.2 -anyio[trio] >= 3.2.1 +anyio[trio] >= 4.12.1 argon2-cffi == 25.1.0 autoflake bcrypt; python_version >= '3.9'