From 0a08bc3e441846bea7cd40ca05501af4963c5b2a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2019 06:05:37 +0000 Subject: [PATCH] [Security] Bump django from 2.2.7 to 2.2.8 Bumps [django](https://github.com/django/django) from 2.2.7 to 2.2.8. **This update includes a security fix.** - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.7...2.2.8) Signed-off-by: dependabot-preview[bot] --- requirements/project.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/project.txt b/requirements/project.txt index f454ba7..3ecd737 100644 --- a/requirements/project.txt +++ b/requirements/project.txt @@ -3,7 +3,7 @@ dataclasses-json==0.3.6 dj-database-url==0.5.0 django-admin-multiple-choice-list-filter==0.1.1 django-cors-headers==3.1.1 -django==2.2.7 +django==2.2.8 djangorestframework-jwt==1.11.0 djangorestframework==3.10.3 psycopg2==2.8.4