From 06af7b4801d1f698d3092b60c7b761a7c71814be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Apr 2021 21:47:01 +0000 Subject: [PATCH] Bump django from 1.11.23 to 1.11.29 Bumps [django](https://github.com/django/django) from 1.11.23 to 1.11.29. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.23...1.11.29) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ffaac64..2c09f56 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ ], install_requires=[ - "django==1.11.23", + "django==1.11.29", "bottle==0.12.19", "commonmark==0.8.1", "waitress==1.4.3",