From e86ab77fa53a1c261431886c2d10e80af5aff6e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 21:42:46 +0000 Subject: [PATCH] Bump urllib3 in /arch-school/basic/module_04/service_presentation Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.14 to 2.6.3. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.14...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 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..01cc585 100644 --- a/arch-school/basic/module_04/service_presentation/requirements.txt +++ b/arch-school/basic/module_04/service_presentation/requirements.txt @@ -26,7 +26,7 @@ starlette==0.24.0 toml==0.10.2 typing_extensions==4.4.0 union==0.1.10 -urllib3==1.26.14 +urllib3==2.6.3 uvicorn==0.20.0 watchfiles==0.18.1 websockets==10.4