From a3b89c104748aa0a2b407ddc64c54e53b493827d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 08:09:24 +0000 Subject: [PATCH 1/2] Bump urllib3 from 1.23 to 1.24.2 in /client Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.23 to 1.24.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.23...1.24.2) Signed-off-by: dependabot[bot] --- client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/requirements.txt b/client/requirements.txt index c86b452..9c78017 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -13,7 +13,7 @@ PyScreeze==0.1.14 PyTweening==1.0.3 requests==2.19.1 six==1.11.0 -urllib3==1.23 +urllib3==1.24.2 Werkzeug==0.15.3 xlib==0.21 PyAutoGUI==0.9.36 From c756fa298e481ca7756d64144fa9462a8b41fd1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 08:09:30 +0000 Subject: [PATCH 2/2] Bump urllib3 from 1.23 to 1.24.2 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.23 to 1.24.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.23...1.24.2) Signed-off-by: dependabot[bot] --- client/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/requirements.txt b/client/requirements.txt index c86b452..9c78017 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -13,7 +13,7 @@ PyScreeze==0.1.14 PyTweening==1.0.3 requests==2.19.1 six==1.11.0 -urllib3==1.23 +urllib3==1.24.2 Werkzeug==0.15.3 xlib==0.21 PyAutoGUI==0.9.36 diff --git a/requirements.txt b/requirements.txt index 7ef3789..f2c336c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,6 +15,6 @@ psycopg2==2.7.5 psycopg2-binary==2.7.5 requests==2.19.1 six==1.11.0 -urllib3==1.23 +urllib3==1.24.2 Werkzeug==0.14.1 wrapt==1.10.11