From 22aee8549c4622d610496b78ea5dcacf52333cb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 21:25:36 +0000 Subject: [PATCH] Bump django from 3.1.7 to 3.1.9 Bumps [django](https://github.com/django/django) from 3.1.7 to 3.1.9. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.7...3.1.9) --- 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 51b04ca..8b50003 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ "Programming Language :: Python :: 3.6", ], install_requires=[ - "Django==3.1.7", + "Django==3.1.9", "django-braces==1.14.0", "factory-boy==2.12.0", "feedparser==5.2.1",