From 6ba6265b2e3298ce83c2d002803cc6b8e6f1a8f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2020 00:49:13 +0000 Subject: [PATCH] Bump django from 2.2.8 to 2.2.13 in /docker 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