From b708bacb03094636ae98fe2634aaddb196e11b02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 01:23:00 +0000 Subject: [PATCH] Bump urllib3 in /projects/2023/project12_highlevel_programming Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 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/2.0.4...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- projects/2023/project12_highlevel_programming/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/2023/project12_highlevel_programming/requirements.txt b/projects/2023/project12_highlevel_programming/requirements.txt index 7a2e04bc..03c63a07 100644 --- a/projects/2023/project12_highlevel_programming/requirements.txt +++ b/projects/2023/project12_highlevel_programming/requirements.txt @@ -125,7 +125,7 @@ typing-extensions==4.7.1 typing-inspect==0.9.0 tzdata==2023.3 uri-template==1.3.0 -urllib3==2.0.4 +urllib3==2.6.3 wcwidth==0.2.6 webcolors==1.13 webencodings==0.5.1