From 318db29fd853d172b768bdb30870201af2f980f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 20:23:07 +0000 Subject: [PATCH] Bump django from 1.9.4 to 2.2.24 in /requirements Bumps [django](https://github.com/django/django) from 1.9.4 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.9.4...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/common.txt | 2 +- requirements/pipfreeze.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/common.txt b/requirements/common.txt index f9fb813..9760235 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -1,4 +1,4 @@ -Django<2.0 +Django<3.0 djangorestframework drf-nested-routers coreapi diff --git a/requirements/pipfreeze.txt b/requirements/pipfreeze.txt index 4dbfa87..8818a43 100644 --- a/requirements/pipfreeze.txt +++ b/requirements/pipfreeze.txt @@ -3,7 +3,7 @@ anyjson==0.3.3 beautifulsoup4==4.4.1 billiard==3.3.0.23 celery==3.1.23 -Django==1.9.4 +Django==2.2.24 django-celery==3.1.17 jsonpickle==0.9.3 kombu==3.0.35