From 4f30a2805976e7e6e0ccb9cc114e9eacddded485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 12:41:05 +0000 Subject: [PATCH] Bump urllib3 from 1.22 to 1.24.2 in /Activity01 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] --- Activity01/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Activity01/requirements.txt b/Activity01/requirements.txt index fea4f34..5468255 100644 --- a/Activity01/requirements.txt +++ b/Activity01/requirements.txt @@ -36,6 +36,6 @@ tensorboard==2.0.1 tensorflow==2.0.0 tensorflow-estimator==2.0.1 termstyle==0.1.11 -urllib3==1.22 +urllib3==1.24.2 yfinance Werkzeug==0.13