From a457b8dfadf3d2f876037f01235f2810a6082a85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 18:31:06 +0000 Subject: [PATCH] Bump urllib3 from 2.2.1 to 2.6.3 in /autoinfra-backend Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 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.1...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- autoinfra-backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoinfra-backend/requirements.txt b/autoinfra-backend/requirements.txt index 185d047..31320cc 100644 --- a/autoinfra-backend/requirements.txt +++ b/autoinfra-backend/requirements.txt @@ -16,5 +16,5 @@ Jinja2==3.1.3 MarkupSafe==2.1.5 packaging==24.1 requests==2.31.0 -urllib3==2.2.1 +urllib3==2.6.3 Werkzeug==3.0.2