From 878bd80290785fbef32db6aeadb5a8222c6ae7d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 18:44:43 +0000 Subject: [PATCH] Bump django from 1.8 to 2.2.28 Bumps [django](https://github.com/django/django) from 1.8 to 2.2.28. - [Commits](https://github.com/django/django/compare/1.8...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 0a0ef78..dcb10e4 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ ], }, install_requires=[ - 'Django==1.8', + 'Django==2.2.28', 'requests==2.22.0', ], keywords = "python actionkit",