From f3cdd92df087271966c2bebfb939912f5d5bc73b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 18:59:06 +0000 Subject: [PATCH] Bump django from 1.11.23 to 2.2.28 Bumps [django](https://github.com/django/django) from 1.11.23 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.23...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f79009..179fc02 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ ], install_requires=[ - "django==1.11.23", + "django==2.2.28", "bottle", "commonmark==0.8.1", "waitress==1.4.3",