From e6f6564159c0db1372cb5db34c3fc6d5e6e00167 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 11:43:48 +0000 Subject: [PATCH] Bump django from 2.2.16 to 2.2.28 Bumps [django](https://github.com/django/django) from 2.2.16 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.16...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 f55d10f16..49fcfd3b0 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ 'kombu==5.1.0', 'ffs>=0.0.8.2', 'Jinja2==2.10.1', - 'django==2.2.16', + 'django==2.2.28', 'requests==2.25.0', 'djangorestframework==3.12.2', 'django-reversion==3.0.8',