From 379f30e011490c004c66597c42c632d0b7bf68a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 19:52:34 +0000 Subject: [PATCH] Bump django from 1.9.2 to 2.2.24 Bumps [django](https://github.com/django/django) from 1.9.2 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.9.2...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_2.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ba1ece0..1161d11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ boto==2.48.0 certifi==2018.4.16 chardet==3.0.4 dj-database-url==0.5.0 -Django==2.0.4 +Django==2.2.24 django-crispy-forms==1.7.2 django-filter==1.1.0 djangorestframework==3.8.2 diff --git a/requirements_2.txt b/requirements_2.txt index dda609e..ea829be 100644 --- a/requirements_2.txt +++ b/requirements_2.txt @@ -1,5 +1,5 @@ dj-database-url==0.4.0 -Django==1.9.2 +Django==2.2.24 gunicorn==19.4.5 psycopg2==2.6.1 whitenoise==2.0.6