From 0b35dde346c7bd6df8e5146201ec0b19e161d0bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 03:27:24 +0000 Subject: [PATCH] Bump urllib3 from 2.2.2 to 2.5.0 in /load_testing Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.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.2.2...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- load_testing/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/load_testing/requirements-dev.txt b/load_testing/requirements-dev.txt index 006b05111..ce162650f 100644 --- a/load_testing/requirements-dev.txt +++ b/load_testing/requirements-dev.txt @@ -22,7 +22,7 @@ pyzmq==26.0.3 requests==2.32.3 tomli==2.0.1 typing_extensions==4.12.2 -urllib3==2.2.2 +urllib3==2.5.0 Werkzeug==3.0.6 zipp==3.19.2 zope.event==5.0