From 73909e3304fd63288f6a31b5437d2384955efa0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 20:07:36 +0000 Subject: [PATCH] Bump django from 1.11.4 to 2.2.24 in /web/AngularAndDjango/Django Bumps [django](https://github.com/django/django) from 1.11.4 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.4...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/AngularAndDjango/Django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/AngularAndDjango/Django/requirements.txt b/web/AngularAndDjango/Django/requirements.txt index 263093e..5c84978 100644 --- a/web/AngularAndDjango/Django/requirements.txt +++ b/web/AngularAndDjango/Django/requirements.txt @@ -1,5 +1,5 @@ dj-database-url==0.4.2 -Django==1.11.4 +Django==2.2.24 gunicorn==19.7.1 psycopg2==2.7.3 pytz==2017.2