From f897e6ede7c371bc4867adcba116f8a90cbfa06a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 02:22:24 +0000 Subject: [PATCH] Bump django from 2.2.6 to 2.2.18 in /cgap_test Bumps [django](https://github.com/django/django) from 2.2.6 to 2.2.18. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.6...2.2.18) 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..4d42250 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.18 django-crispy-forms==1.7.2 isort==4.3.21 lazy-object-proxy==1.4.2