From 44049f840134b2c49aacd352105d16c5e385ccc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 00:52:05 +0000 Subject: [PATCH] Bump django from 1.8.7 to 2.2.28 Bumps [django](https://github.com/django/django) from 1.8.7 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.8.7...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2099d53..c9ddf9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ billiard==3.5.0.2 celery==4.0.2 decorator==4.0.11 dj-database-url==0.4.0 -Django==1.8.7 +Django==2.2.28 django-basic-authentication-decorator==0.9 django-cache-url==1.2.0 django-celery-beat==1.0.1 diff --git a/setup.py b/setup.py index e4c5264..f98a056 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def read(*rnames): 'amqplib', 'arcrest', 'celery', - 'Django>=1.8, <1.9a0', + 'Django>=1.8, <2.3', 'django-debug-toolbar', 'django-pagination', 'django-taggit',