From ea2bf3db56f8d6c8b93daa0857a6faa7063da5fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 22:45:01 +0000 Subject: [PATCH] Bump django from 1.11.10 to 2.2.24 Bumps [django](https://github.com/django/django) from 1.11.10 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.10...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-deploy.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-deploy.txt b/requirements-deploy.txt index fc7f236..55340cd 100644 --- a/requirements-deploy.txt +++ b/requirements-deploy.txt @@ -1,5 +1,5 @@ dj-database-url==0.3.0 -Django==1.8.13 +Django==2.2.24 Fabric3==1.13.1.post1 honcho==0.6.4 Jinja2==2.7.3 diff --git a/requirements.txt b/requirements.txt index 42d13ce..b43798c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ gunicorn==19.7.1 coreapi==2.3.3 coreschema==0.0.4 dj-database-url==0.4.2 -Django==1.11.10 +Django==2.2.24 django-jinja==2.4.1 django-jinja-bootstrap-form==4.0.3 djangorestframework==3.5.3