From c9b84b62f407aa68eae7b3942e56be644caa956e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 12:00:55 +0000 Subject: [PATCH] :arrow_up: Update anyio requirement from ~=4.11.0 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/4.11.0...4.12.1) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.12.1 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..1fdbc514 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,4 +1,4 @@ -anyio~=4.11.0 +anyio~=4.12.1 autoflake~=2.3.1 pytest~=9.0.1 pytest-mock~=3.15.1