From 658358ab345c4fb569762074dfca7c687b69e1d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Nov 2025 12:01:51 +0000 Subject: [PATCH] :arrow_up: Update anyio requirement from ~=4.11.0 to ~=4.12.0 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/4.11.0...4.12.0) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.12.0 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 fe2f6ce8..9d5a4af8 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,4 +1,4 @@ -anyio~=4.11.0 +anyio~=4.12.0 autoflake~=2.3.1 pytest~=9.0.1 pytest-mock~=3.15.1