From 42912d6a06e4d8a3bd5a5ec6c4ada6d344a24235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 23:20:59 +0000 Subject: [PATCH] Bump urllib3 from 1.24.2 to 1.26.5 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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e3826f3..6943ed2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,6 @@ requests==2.21.0 selenium==3.141.0 six==1.12.0 soupsieve==1.6.2 -urllib3==1.24.2 +urllib3==1.26.5 pyxhook==1.0.0 python-xlib==0.23 \ No newline at end of file diff --git a/setup.py b/setup.py index 2796c45..261d628 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ 'selenium==3.141.0', 'six==1.12.0', 'soupsieve==1.6.2', - 'urllib3==1.24.2', + 'urllib3==1.26.5', 'pyxhook==1.0.0', 'python-xlib==0.23' ],