From 09d934b5201d67b58255c22409b462d12c566747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 17:34:06 +0000 Subject: [PATCH] Bump django from 1.10.6 to 2.2.24 in /genewiki Bumps [django](https://github.com/django/django) from 1.10.6 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.10.6...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- genewiki/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genewiki/requirements.txt b/genewiki/requirements.txt index af1d096..09f3fee 100644 --- a/genewiki/requirements.txt +++ b/genewiki/requirements.txt @@ -5,7 +5,7 @@ billiard==3.3.0.23 celery==3.1.25 contextlib2==0.5.4 decorator==4.0.11 -Django==1.10.6 +Django==2.2.24 django-celery==3.2.1 django-debug-toolbar==1.7 django-extensions==1.7.8