From 9918d7f3f3051b6360ed78329a9ababd66309ffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 03:20:18 +0000 Subject: [PATCH] Bump urllib3 from 2.2.2 to 2.6.3 in /exercises Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 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.2.2...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- exercises/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/requirements.txt b/exercises/requirements.txt index 09a0cd9..39087c9 100644 --- a/exercises/requirements.txt +++ b/exercises/requirements.txt @@ -85,7 +85,7 @@ starlette==0.35.1 tinycss2==1.3.0 typing_extensions==4.12.2 tzdata==2024.1 -urllib3==2.2.2 +urllib3==2.6.3 webencodings==0.5.1 Werkzeug==3.0.3 youtube-dl==2021.12.17