From 558d4658edbdcc13117088eab424a88fd08c7f56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 22:33:29 +0000 Subject: [PATCH] Bump urllib3 from 1.26.18 to 2.5.0 in /cla-backend Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 2.5.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/1.26.18...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cla-backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cla-backend/requirements.txt b/cla-backend/requirements.txt index 8cf8aa679..b7f8194b6 100644 --- a/cla-backend/requirements.txt +++ b/cla-backend/requirements.txt @@ -43,7 +43,7 @@ sentinels==1.0.0 six==1.13.0 soupsieve==1.9.5 termcolor==1.1.0 -urllib3==1.26.18 +urllib3==2.5.0 vintage==0.4.1 wcwidth==0.1.7 Werkzeug==0.15.5