From 8c8f19d19b7872d207b685849b8190d9a5acd67a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jan 2022 04:36:33 +0000 Subject: [PATCH] Bump urllib3 from 1.25.9 to 1.26.5 in /NodePortController/src 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] --- NodePortController/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NodePortController/src/requirements.txt b/NodePortController/src/requirements.txt index b2b309e..a7e5120 100644 --- a/NodePortController/src/requirements.txt +++ b/NodePortController/src/requirements.txt @@ -27,6 +27,6 @@ requests-oauthlib==1.3.0 s3transfer==0.3.3 six==1.15.0 typing-extensions==3.7.4.2 -urllib3==1.25.9 +urllib3==1.26.5 websocket-client==0.57.0 yarl==1.4.2