From 2fa4502a674b89232147637227961946cc7fa127 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 23:34:21 +0000 Subject: [PATCH] Bump django from 2.2.7 to 2.2.10 Bumps [django](https://github.com/django/django) from 2.2.7 to 2.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.7...2.2.10) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 718e514d..efeb59e6 100644 --- a/Pipfile +++ b/Pipfile @@ -77,7 +77,7 @@ xlrd = "==1.2.0" xlwt = "==1.3.0" psycopg2-binary = "*" django-select2 = "*" -Django = "==2.2.7" +Django = "==2.2.10" Jinja2 = "==2.10.1" MarkupSafe = "==1.1.1" Pillow = "==6.2.0"