From 215d52235fb03fe1ce8152badbaf9ffbeb930c8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 21:14:43 +0000 Subject: [PATCH] Bump urllib3 from 1.24.2 to 1.26.18 in /src/loadgenerator Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.26.18. - [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.24.2...1.26.18) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... 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 7cd1fc22..cb4e9ef1 100644 --- a/src/loadgenerator/requirements.txt +++ b/src/loadgenerator/requirements.txt @@ -20,5 +20,5 @@ msgpack-python==0.5.6 # via locustio pyzmq==17.0.0 # via locustio requests==2.21.0 # via locustio six==1.12.0 # via geventhttpclient-wheels, locustio -urllib3==1.24.2 # via requests +urllib3==1.26.18 # via requests werkzeug==0.14.1 # via flask