From 6373126a7e9f7d50bdb6febdba3e35e6d50068c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 02:07:08 +0000 Subject: [PATCH] Bump urllib3 from 2.1.0 to 2.6.3 in /misc/python_rest_api_gateway Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.1.0 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.1.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- misc/python_rest_api_gateway/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/python_rest_api_gateway/requirements.txt b/misc/python_rest_api_gateway/requirements.txt index 8259b85..e99bacd 100644 --- a/misc/python_rest_api_gateway/requirements.txt +++ b/misc/python_rest_api_gateway/requirements.txt @@ -4,4 +4,4 @@ idna==3.7 PyYAML==6.0.1 requests==2.31.0 tornado==6.4 -urllib3==2.1.0 +urllib3==2.6.3