From 3b46bf3ef06fd8eb5eb21f0d9de05e43f5605002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 09:33:09 +0000 Subject: [PATCH] Bump django from 1.10.4 to 2.2.28 in /testing Bumps [django](https://github.com/django/django) from 1.10.4 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.10.4...2.2.28) --- 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..765e146 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.28 django-jinja==2.2.1 django-webpack-loader==0.4.1 future==0.15.2