From 3ad395951287f006f29b938e2d40b6793e358ba5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 17:35:32 +0000 Subject: [PATCH] Bump django from 1.11.15 to 2.2.24 Bumps [django](https://github.com/django/django) from 1.11.15 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.15...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 259df79..33f9a10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ certifi==2018.4.16 chardet==3.0.4 coreapi==2.3.3 coreschema==0.0.4 -Django==1.11.15 +Django==2.2.24 django-crud-generator==0.1.1 django-storages==1.6.6 django-tenants==1.3.3 diff --git a/requirements_test.txt b/requirements_test.txt index c128f11..e545604 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,4 +1,4 @@ -Django==1.11.15 +Django==2.2.24 django-tenants==1.3.3 psycopg2-binary==2.7.4 pytz==2018.3