From 67d1bcccf97a2a7aa482538712a7aa6619844806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 20:35:50 +0000 Subject: [PATCH] Bump urllib3 from 1.25.9 to 2.6.3 in /api_server Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 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.25.9...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_server/requirements.txt b/api_server/requirements.txt index 944a647..87309ed 100644 --- a/api_server/requirements.txt +++ b/api_server/requirements.txt @@ -26,7 +26,7 @@ pytest==5.4.3 pytest-mock==3.1.1 requests==2.23.0 six==1.15.0 -urllib3==1.25.9 +urllib3==2.6.3 wcwidth==0.2.3 Werkzeug==1.0.1 WTForms==3.0.0