From d246c0f44c91ae0446731af4035f050b477922f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 06:50:01 +0000 Subject: [PATCH] Bump anyio in /arch-school/basic/module_06/service_author_cache Bumps [anyio](https://github.com/agronholm/anyio) from 3.6.2 to 4.14.2. - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](https://github.com/agronholm/anyio/compare/3.6.2...4.14.2) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.14.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../basic/module_06/service_author_cache/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-school/basic/module_06/service_author_cache/requirements.txt b/arch-school/basic/module_06/service_author_cache/requirements.txt index afe810e..ce11699 100644 --- a/arch-school/basic/module_06/service_author_cache/requirements.txt +++ b/arch-school/basic/module_06/service_author_cache/requirements.txt @@ -1,5 +1,5 @@ aioredis==2.0.1 -anyio==3.6.2 +anyio==4.14.2 click==8.1.3 fastapi==0.85.1 greenlet==1.1.3.post0