From 528706bf2c52d1df1c9d988abd6c199b601c4ee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 17:16:09 +0000 Subject: [PATCH] Bump django from 1.11.10 to 1.11.29 in /django/publicmapping Bumps [django](https://github.com/django/django) from 1.11.10 to 1.11.29. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.10...1.11.29) Signed-off-by: dependabot[bot] --- django/publicmapping/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/publicmapping/requirements.txt b/django/publicmapping/requirements.txt index 0a896599..330f015d 100644 --- a/django/publicmapping/requirements.txt +++ b/django/publicmapping/requirements.txt @@ -2,7 +2,7 @@ Gunicorn==19.7.1 dict2xml==1.5 ipython==5.5.0 gevent==1.2.2 -Django==1.11.10 +Django==1.11.29 psycopg2==2.7.3 celery[redis]==4.1.0 redis==2.10.6 # See https://github.com/celery/celery/issues/5175