From 8e67285ce001146c89cbaeb7bda7d485089dfc64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 22:14:01 +0000 Subject: [PATCH] Bump django from 2.0.3 to 2.2.10 in /students/mattmaeda/stockscreener Bumps [django](https://github.com/django/django) from 2.0.3 to 2.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.3...2.2.10) Signed-off-by: dependabot[bot] --- students/mattmaeda/stockscreener/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/students/mattmaeda/stockscreener/requirements.txt b/students/mattmaeda/stockscreener/requirements.txt index 5af872e3..10575c3a 100644 --- a/students/mattmaeda/stockscreener/requirements.txt +++ b/students/mattmaeda/stockscreener/requirements.txt @@ -1,6 +1,6 @@ certifi==2018.1.18 chardet==3.0.4 -Django==2.0.3 +Django==2.2.10 idna==2.6 iexfinance==0.3.1 mock==2.0.0