From 286b87f413c592a90823df0cbf9ac0bd77749b12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 04:10:02 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 2.2.3 to 2.5.0 in /src/loadgenerator Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 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.3...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/loadgenerator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/loadgenerator/requirements.txt b/src/loadgenerator/requirements.txt index bb5fbc9d7ed..5b64b251b77 100644 --- a/src/loadgenerator/requirements.txt +++ b/src/loadgenerator/requirements.txt @@ -63,7 +63,7 @@ six==1.16.0 # via python-dateutil typing-extensions==4.12.2 # via faker -urllib3==2.2.3 +urllib3==2.5.0 # via # geventhttpclient # requests