From ec985b71b767508806246e518ca75d8bdd1ef7c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 20:20:59 +0000 Subject: [PATCH] Bump django from 2.2.6 to 2.2.20 in /cgap_test Bumps [django](https://github.com/django/django) from 2.2.6 to 2.2.20. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.6...2.2.20) Signed-off-by: dependabot[bot] --- cgap_test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgap_test/requirements.txt b/cgap_test/requirements.txt index 3a976d3..6cba09c 100644 --- a/cgap_test/requirements.txt +++ b/cgap_test/requirements.txt @@ -1,5 +1,5 @@ astroid==2.3.1 -Django==2.2.6 +Django==2.2.20 django-crispy-forms==1.7.2 isort==4.3.21 lazy-object-proxy==1.4.2