From 86ca4d1853d4abaf6140b938d07e20b4686b58f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 22:09:48 +0000 Subject: [PATCH] Bump urllib3 from 1.22 to 1.26.5 in /robot-tests Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 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.22...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- robot-tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot-tests/requirements.txt b/robot-tests/requirements.txt index dca11b2..87816bb 100644 --- a/robot-tests/requirements.txt +++ b/robot-tests/requirements.txt @@ -6,5 +6,5 @@ idna==2.6 requests==2.18.4 robotframework==3.0.4 six==1.11.0 -urllib3==1.22 +urllib3==1.26.5 websocket-client==0.47.0