From d834cbbb7bfabceafb48ee595e160397a275f66b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2020 06:16:13 +0000 Subject: [PATCH] Bump django from 2.2.12 to 2.2.13 in /conf Bumps [django](https://github.com/django/django) from 2.2.12 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.12...2.2.13) 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 bbddbd3..b70f92a 100644 --- a/conf/requirements.txt +++ b/conf/requirements.txt @@ -1,5 +1,5 @@ coverage==5.1 -Django==2.2.12 +Django==2.2.13 django-bootstrap3==12.1.0 django-fa==1.0.0 django-login-required-middleware==0.5.0