From 50a3e3a8f534e6a7d320e39f13d7215ffcec43b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 21:50:22 +0000 Subject: [PATCH] Update dependency anyio to v4.9.0 --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 265f763..a8c4384 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ aiofiles==24.1.0 ; python_version >= "3.11" and python_version < "4.0" -anyio==4.4.0 ; python_version >= "3.11" and python_version < "4.0" +anyio==4.9.0 ; python_version >= "3.11" and python_version < "4.0" asyncio==3.4.3 ; python_version >= "3.11" and python_version < "4.0" certifi==2024.7.4 ; python_version >= "3.11" and python_version < "4.0" charset-normalizer==3.3.2 ; python_version >= "3.11" and python_version < "4.0"