From 488d785199ea36960b274f7d3ce27b1459e993cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 10:08:38 +0000 Subject: [PATCH] Bump urllib3 from 2.5.0 to 2.7.0 in /server-side/fill-in-the-blank/py Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 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.5.0...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server-side/fill-in-the-blank/py/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server-side/fill-in-the-blank/py/requirements.txt b/server-side/fill-in-the-blank/py/requirements.txt index 2d79905..f5ed2bc 100644 --- a/server-side/fill-in-the-blank/py/requirements.txt +++ b/server-side/fill-in-the-blank/py/requirements.txt @@ -700,9 +700,9 @@ typing-extensions==4.9.0 \ # via # huggingface-hub # torch -urllib3==2.5.0 \ - --hash=sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760 \ - --hash=sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc +urllib3==2.7.0 \ + --hash=sha256:231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c \ + --hash=sha256:9fb4c81ebbb1ce9531cce37674bbc6f1360472bc18ca9a553ede278ef7276897 # via requests werkzeug==3.0.6 \ --hash=sha256:1bc0c2310d2fbb07b1dd1105eba2f7af72f322e1e455f2f93c993bee8c8a5f17 \