From 9bde6ec5fb3f7b236accbf5b4f95acb369be0562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 17:24:05 +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] --- requirementst.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 setup.py diff --git a/requirementst.txt b/requirementst.txt index 85e6e67..1273f2a 100644 --- a/requirementst.txt +++ b/requirementst.txt @@ -1,2 +1,2 @@ -Django==1.11.15 +Django==2.2.24 django-positions==0.6.0 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index cfeb0f0..8e5b57f --- a/setup.py +++ b/setup.py @@ -20,5 +20,5 @@ 'Intended Audience :: System Administrators', "License :: OSI Approved :: BSD License", ], - install_requires=['django<2', 'django-positions', ] + install_requires=['django<3', 'django-positions', ] )