From d951d9f82c4f154ea2589681ac802cc0a8e41b7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 18:03:11 +0000 Subject: [PATCH] Bump django from 2.0.3 to 2.2.13 in /students/mattmaeda/stockscreener Bumps [django](https://github.com/django/django) from 2.0.3 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.3...2.2.13) 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..82752f13 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.13 idna==2.6 iexfinance==0.3.1 mock==2.0.0