From 48bf871bc3e4e1488838ccde9b7fc14883b9c9d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 23:25:34 +0000 Subject: [PATCH] Bump django from 2.2.8 to 2.2.13 Bumps [django](https://github.com/django/django) from 2.2.8 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.8...2.2.13) Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index 69439d81..cad8038b 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -5,7 +5,7 @@ wheel==0.33.4 # Django -django==2.2.8 +django==2.2.13 # Configuration django-environ==0.4.5