From 9e2eda183ad2ea215589b0dc4ab9141195c3e7af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 18:27:45 +0000 Subject: [PATCH] Bump django from 1.11.8 to 2.2.24 in /Stock-Price-Portfolio Bumps [django](https://github.com/django/django) from 1.11.8 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.8...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Stock-Price-Portfolio/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stock-Price-Portfolio/requirements.txt b/Stock-Price-Portfolio/requirements.txt index 26cea7a..49b22f0 100644 --- a/Stock-Price-Portfolio/requirements.txt +++ b/Stock-Price-Portfolio/requirements.txt @@ -1,6 +1,6 @@ certifi==2017.11.5 cffi==1.11.4 -Django==1.11.8 +Django==2.2.24 django-bootstrap3==9.1.0 django-braces==1.12.0 Faker==0.8.8