From e6b1753e018bff224bc7975537aa6df686db470c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2020 19:26:44 +0000 Subject: [PATCH] Bump urllib3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 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.22...1.24.2) Signed-off-by: dependabot[bot] --- .../world_bank_api_dashboard/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software_Engineering/web_development/AdvancedDataDashboardCode/world_bank_api_dashboard/requirements.txt b/Software_Engineering/web_development/AdvancedDataDashboardCode/world_bank_api_dashboard/requirements.txt index 14adb0a..bb5774e 100644 --- a/Software_Engineering/web_development/AdvancedDataDashboardCode/world_bank_api_dashboard/requirements.txt +++ b/Software_Engineering/web_development/AdvancedDataDashboardCode/world_bank_api_dashboard/requirements.txt @@ -21,7 +21,7 @@ pytz==2018.4 requests==2.18.4 six==1.11.0 traitlets==4.3.2 -urllib3==1.22 +urllib3==1.24.2 virtualenv==15.2.0 virtualenv-clone==0.3.0 Werkzeug==0.14.1