From 4bc31e683ca9dfbed7c9cd524de1bcec26251fc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 12:04:03 +0000 Subject: [PATCH] :arrow_up: Update anyio requirement from ~=4.8.0 to ~=4.9.0 Updates the requirements on [anyio](https://github.com/agronholm/anyio) to permit the latest version. - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/anyio/compare/4.8.0...4.9.0) --- updated-dependencies: - dependency-name: anyio 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 5566ad21..3f8457b6 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,4 +1,4 @@ -anyio~=4.8.0 +anyio~=4.9.0 autoflake~=2.3.1 black~=25.1.0 isort~=6.0.0