From c8f0172cfa1b83f41249a8d745f231fb466d6c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 20:50:55 +0000 Subject: [PATCH] Bump django from 2.2.8 to 2.2.20 in /docker Bumps [django](https://github.com/django/django) from 2.2.8 to 2.2.20. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.8...2.2.20) 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..c63510f9 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.20 # Configuration django-environ==0.4.5