From 62cd3b441e63d542a9ba7674b094012a1ebcd0e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 19:41:49 +0000 Subject: [PATCH] Bump urllib3 from 2.6.3 to 2.7.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.0. - [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.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index bd16f5fb..990726f9 100644 --- a/requirements.in +++ b/requirements.in @@ -3,7 +3,7 @@ Flask==2.3.3 Werkzeug==3.0.6 boto3==1.42.91 requests==2.33.1 -urllib3==2.6.3 +urllib3==2.7.0 # Installing cryptography backend since it is the recommended one: https://pypi.org/project/python-jose/ python-jose[cryptography]==3.5.0 ecdsa==0.19.2 diff --git a/requirements.txt b/requirements.txt index ee7073e1..b41d818e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,8 +4,6 @@ # # pip-compile requirements.in # -attrs==23.1.0 - # via pytest blinker==1.7.0 # via flask boto3==1.42.91 @@ -94,7 +92,7 @@ six==1.16.0 # via # ecdsa # python-dateutil -urllib3==2.6.3 +urllib3==2.7.0 # via # -r requirements.in # botocore