From 7859d66de54c6faf628782c6a6b9d7436cc7a9ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 17:47:44 +0000 Subject: [PATCH] Bump urllib3 from 1.24.2 to 1.26.5 in /tools/pdtools Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.26.5. - [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.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/pdtools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pdtools/requirements.txt b/tools/pdtools/requirements.txt index 7e89dd79..751e0c5f 100644 --- a/tools/pdtools/requirements.txt +++ b/tools/pdtools/requirements.txt @@ -15,5 +15,5 @@ PyYAML==5.1 requests==2.21.0 six==1.10.0 smmap2==2.0.3 -urllib3==1.24.2 +urllib3==1.26.5 websocket-client==0.40.0