From b4fd7e70164d393c6c36c773992df7496860fca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 06:56:03 +0000 Subject: [PATCH] Bump anyio in /arch-school/basic/module_04/service_presentation 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_04/service_presentation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-school/basic/module_04/service_presentation/requirements.txt b/arch-school/basic/module_04/service_presentation/requirements.txt index 1a8623c..dc97004 100644 --- a/arch-school/basic/module_04/service_presentation/requirements.txt +++ b/arch-school/basic/module_04/service_presentation/requirements.txt @@ -1,4 +1,4 @@ -anyio==3.6.2 +anyio==4.14.2 certifi==2022.12.7 charset-normalizer==3.0.1 click==8.1.3