From dfd5ce9edf007e109a555f109f4ad57f362792d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 23:16:00 +0000 Subject: [PATCH] Bump django from 1.11.11 to 2.2.24 Bumps [django](https://github.com/django/django) from 1.11.11 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.11...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- web/requirements-vendor.txt | 2 +- web/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index e2904af0..8300df70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ decorator==4.3.0 defusedxml==0.5.0 discovery==0.0.4 distlib==0.3.0 -Django==1.11.11 +Django==2.2.24 django-cleanup==3.2.0 django-suit==2.0a1 entrypoints==0.2.3 diff --git a/web/requirements-vendor.txt b/web/requirements-vendor.txt index eea73293..f4678504 100644 --- a/web/requirements-vendor.txt +++ b/web/requirements-vendor.txt @@ -1,2 +1,2 @@ -Django<2.0.0,>=1.11.8 +Django>=1.11.8,<3.0.0 diff --git a/web/requirements.txt b/web/requirements.txt index c19a63a5..da347627 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -1,4 +1,4 @@ -Django<2.0.0,>=1.11.8 +Django>=1.11.8,<3.0.0 biopython==1.70 django-cleanup==3.2.0 django-suit==2.0a1