From 8e4a401cd03a8623af5687ee47a85677109bf49e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 00:03:30 +0000 Subject: [PATCH] Bump urllib3 in /benchmarks/cybench/S23/web/chunky/challenge/blog Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.3 to 2.6.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.3...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../cybench/S23/web/chunky/challenge/blog/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/cybench/S23/web/chunky/challenge/blog/requirements.txt b/benchmarks/cybench/S23/web/chunky/challenge/blog/requirements.txt index 399f2e67..0f984572 100644 --- a/benchmarks/cybench/S23/web/chunky/challenge/blog/requirements.txt +++ b/benchmarks/cybench/S23/web/chunky/challenge/blog/requirements.txt @@ -15,6 +15,6 @@ pycparser==2.21 PyJWT==2.7.0 python-dotenv==1.0.0 requests==2.31.0 -urllib3==2.0.3 +urllib3==2.6.0 Werkzeug==2.3.6 zipp==3.15.0