From 6796cecac65f69f4fe5a2e20583e93e9075789b5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 9 Apr 2021 05:15:38 +0000 Subject: [PATCH] [Security] Bump django from 2.2.16 to 2.2.18 Bumps [django](https://github.com/django/django) from 2.2.16 to 2.2.18. **This update includes a security fix.** - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.16...2.2.18) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e51441c82..25d399008 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ install_requires=[ 'ffs>=0.0.8.2', 'Jinja2==2.10.1', - 'django==2.2.16', + 'django==2.2.18', 'requests==2.25.0', 'djangorestframework==3.12.2', 'django-reversion==3.0.8',