From 322b01ce0ae96e9e56ea4bcf621487a64036dad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 20:23:17 +0000 Subject: [PATCH] Bump urllib3 from 1.26.12 to 2.5.0 in /language/fruit Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.12 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.12...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- language/fruit/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/fruit/requirements.txt b/language/fruit/requirements.txt index 4bf8662..9f5daa9 100644 --- a/language/fruit/requirements.txt +++ b/language/fruit/requirements.txt @@ -112,7 +112,7 @@ tqdm==4.64.1 transformers==4.21.3 typing==3.6.2 typing_extensions==4.3.0 -urllib3==1.26.12 +urllib3==2.5.0 Werkzeug==2.2.2 wrapt==1.14.1 zipp==3.8.1