From 6b03a2662c1d9b141a655215bbaf4ab085391939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 21:06:14 +0000 Subject: [PATCH] Bump django from 2.1.5 to 2.2.10 Bumps [django](https://github.com/django/django) from 2.1.5 to 2.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.5...2.2.10) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- sandbox/requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 setup.py diff --git a/requirements.txt b/requirements.txt index 468c1c7..9cdf6c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -Django==2.1.5 +Django==2.2.10 -r sandbox/requirements.txt diff --git a/sandbox/requirements.txt b/sandbox/requirements.txt index 80cd52f..8fbf3d2 100644 --- a/sandbox/requirements.txt +++ b/sandbox/requirements.txt @@ -2,7 +2,7 @@ asn1crypto==0.24.0 cffi==1.12.2 cryptography==2.6.1 dj-database-url==0.4.1 -Django==2.1.5 +Django==2.2.10 django-argonauts==1.2.0 django-debug-toolbar==1.11 gunicorn==19.6.0 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index c2e42ea..8c1abc2 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ 'cffi==1.12.2', 'cryptography==2.6.1', 'dj-database-url==0.4.1', - 'Django<=2.1.5', + 'Django<2.2.11', 'django-argonauts==1.2.0', 'django-debug-toolbar==1.11', 'gunicorn==19.6.0',