From 791cf96039447c60f44ae00116f489f92a91c5a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 17:23:57 +0000 Subject: [PATCH] Bump django from 1.11.23 to 2.2.24 Bumps [django](https://github.com/django/django) from 1.11.23 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.23...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_rtd.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6f6dcf2..5b96435 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ bayespy==0.5.6 -Django>=1.11, <2.1 +Django>=1.11, <2.3 django-picklefield==1.0.0 django-nested-admin==3.0.20 graphviz==0.6 diff --git a/requirements_rtd.txt b/requirements_rtd.txt index bb67c8e..f5602df 100644 --- a/requirements_rtd.txt +++ b/requirements_rtd.txt @@ -5,7 +5,7 @@ certifi==2017.7.27.1 chardet==3.0.4 cycler==0.10.0 decorator==4.1.2 -Django==1.11.23 +Django==2.2.24 django-nested-admin==3.0.20 django-picklefield==1.0.0 docutils==0.14 diff --git a/setup.py b/setup.py index 9d2179b..e1349c2 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ def get_version(*file_paths): install_requires=[ 'numpy<1.14', 'bayespy==0.5.6', - 'Django>=1.11, <2.1', + 'Django>=1.11, <2.3', 'django-nested-admin==3.0.20', 'django-picklefield==1.0.0', 'graphviz==0.6',