From f3763abea77feaa33f42fd03fd817beacfc9a981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 20:41:48 +0000 Subject: [PATCH] Bump django from 2.2.17 to 2.2.18 in /conf Bumps [django](https://github.com/django/django) from 2.2.17 to 2.2.18. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.17...2.2.18) 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 f4edc56..1311821 100644 --- a/conf/requirements.txt +++ b/conf/requirements.txt @@ -1,4 +1,4 @@ -Django==2.2.17 +Django==2.2.18 django-bootstrap4==2.3.1 django-icons==2.2.1 django-login-required-middleware==0.5.0