From c4cc3164af5b795a66cb1b7c70a02e53b1fd9281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 21:47:54 +0000 Subject: [PATCH] Bump django from 2.2.3 to 2.2.24 Bumps [django](https://github.com/django/django) from 2.2.3 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.3...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_test.txt b/requirements_test.txt index a87a1f3..bc58522 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -12,7 +12,7 @@ tox==3.12.1 ipdb==0.12 chalice==1.9.0 -Django==2.2.3 ; python_version >= '3.0' +Django==2.2.24 ; python_version >= '3.0' Django==1.11.23 ; python_version < '3.0' Falcon==2.0.0 Flask==1.0.3