From 9a0ed4f28c820a6efc515bf6856dc7220154a274 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2019 06:46:27 +0000 Subject: [PATCH] build(deps): bump django from 2.2.4 to 2.2.8 Bumps [django](https://github.com/django/django) from 2.2.4 to 2.2.8. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.4...2.2.8) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 32b2965..d9a5b4d 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ chardet = "==3.0.4" coreapi = "==2.3.3" coreschema = "==0.0.4" cryptography = "==2.7" -django = "==2.2.4" +django = "==2.2.8" django-filter = "==2.2.0" django-rest-swagger = "==2.2.0" djangorestframework = "==3.10.2"