From 7122d284c8de5b03aab1558314d5bc6f025a352e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 03:37:21 +0000 Subject: [PATCH] Bump django from 2.2.8 to 2.2.18 in /docker Bumps [django](https://github.com/django/django) from 2.2.8 to 2.2.18. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.8...2.2.18) 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..62605386 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.18 # Configuration django-environ==0.4.5