From 324997f037dc97878f2e7b80d491bdc9a814b63d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 02:56:23 +0000 Subject: [PATCH] Bump urllib3 from 1.25.9 to 1.26.5 in /cluster/project Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 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.25.9...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cluster/project/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 cluster/project/requirements.txt diff --git a/cluster/project/requirements.txt b/cluster/project/requirements.txt old mode 100755 new mode 100644 index d2aaf03..2c5437d --- a/cluster/project/requirements.txt +++ b/cluster/project/requirements.txt @@ -25,5 +25,5 @@ rsa==4.6 ruamel.yaml==0.16.10 ruamel.yaml.clib==0.2.0 six==1.15.0 -urllib3==1.25.9 +urllib3==1.26.5 websocket-client==0.57.0