From 3a0571f8df457d6d8dc0a40756388a103f379bb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 01:18:56 +0000 Subject: [PATCH] Bump urllib3 from 2.0.2 to 2.5.0 in /code Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.2 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/2.0.2...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/requirements.txt b/code/requirements.txt index 36d2741..5d94df2 100644 --- a/code/requirements.txt +++ b/code/requirements.txt @@ -25,5 +25,5 @@ six==1.16.0 soupsieve==2.4.1 tqdm==4.65.0 unidiff==0.7.3 -urllib3==2.0.2 +urllib3==2.5.0 validators==0.20.0