From 3788734bec1d1a7dde0c395e4cf38a44eb0753d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 18:32:56 +0000 Subject: [PATCH] Bump django from 1.10.4 to 2.2.24 in /testing Bumps [django](https://github.com/django/django) from 1.10.4 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.10.4...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- testing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/requirements.txt b/testing/requirements.txt index 0fcdd40..9b1e94f 100644 --- a/testing/requirements.txt +++ b/testing/requirements.txt @@ -3,7 +3,7 @@ args==0.1.0 billiard==3.5.0.2 celery==4.0.2 clint==0.5.1 -Django==1.10.4 +Django==2.2.24 django-jinja==2.2.1 django-webpack-loader==0.4.1 future==0.15.2