From 135fbeac1de1fe8d725505fffbabbfcbde110487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 02:55:07 +0000 Subject: [PATCH] Bump django from 2.2.8 to 2.2.10 in /docker Bumps [django](https://github.com/django/django) from 2.2.8 to 2.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.8...2.2.10) 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..7af8e1b7 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.10 # Configuration django-environ==0.4.5