From 06e59974cea574dffdaabf0a962e417969663fdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 04:39:06 +0000 Subject: [PATCH] Bump urllib3 from 1.26.5 to 1.26.17 in /benchmark Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.17. - [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.26.5...1.26.17) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- benchmark/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/requirements.txt b/benchmark/requirements.txt index 9b94649..056c765 100644 --- a/benchmark/requirements.txt +++ b/benchmark/requirements.txt @@ -2,7 +2,7 @@ enum34==1.1.6 ipaddr==2.2.0 ipaddress==1.0.17 requests==2.31.0 -urllib3==1.26.5 +urllib3==1.26.17 virtualenv==15.1.0 websocket-client==0.44.0