From 999e99e529d4bf97364d555471d59a0b39ce5df2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 18:22:50 +0000 Subject: [PATCH] Bump django from 2.2.19 to 2.2.20 in /conf Bumps [django](https://github.com/django/django) from 2.2.19 to 2.2.20. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.19...2.2.20) Signed-off-by: dependabot[bot] --- conf/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/requirements.txt b/conf/requirements.txt index 18b63c2..d632344 100644 --- a/conf/requirements.txt +++ b/conf/requirements.txt @@ -1,4 +1,4 @@ -Django==2.2.19 +Django==2.2.20 django-bootstrap4==2.3.1 django-icons==2.2.1 django-login-required-middleware==0.5.0