From 2df2999c2b4adf9e16700462295752ec731237c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 19:20:08 +0000 Subject: [PATCH] Bump urllib3 from 1.22 to 2.6.3 in /server Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 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.22...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 4bbc89e..e22c838 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -14,4 +14,4 @@ mysqlclient==1.3.12 pytz==2018.3 redis==2.10.3 requests==2.18.4 -urllib3==1.22 +urllib3==2.6.3