From 717331b027c82d7ef4da299a11b438fecf27bae3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2020 17:31:00 +0000 Subject: [PATCH] Bump django from 2.2.1 to 2.2.8 in /images/webapp Bumps [django](https://github.com/django/django) from 2.2.1 to 2.2.8. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.1...2.2.8) Signed-off-by: dependabot[bot] --- images/webapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/webapp/requirements.txt b/images/webapp/requirements.txt index 3b7edee..008ab9c 100644 --- a/images/webapp/requirements.txt +++ b/images/webapp/requirements.txt @@ -1,4 +1,4 @@ -Django==2.2.1 +Django==2.2.8 psycopg2==2.8 pytz==2018.9 djangorestframework==3.9.3 -- GitLab