From 343d82979c982fb0d0a23d58c3c603d8cd0dd55a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Sun, 16 Jun 2019 11:42:31 +0000 Subject: [PATCH] Bump django-cors-headers from 2.5.2 to 3.0.2 in /src/requirements Bumps [django-cors-headers](https://github.com/ottoyiu/django-cors-headers) from 2.5.2 to 3.0.2. - [Release notes](https://github.com/ottoyiu/django-cors-headers/releases) - [Changelog](https://github.com/ottoyiu/django-cors-headers/blob/master/HISTORY.rst) - [Commits](https://github.com/ottoyiu/django-cors-headers/compare/2.5.2...3.0.2) --- src/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index f69340c4..5ea6cf3d 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -17,7 +17,7 @@ django-extensions==2.1.9 django-wkhtmltopdf==3.2.0 django-reversion==3.0.4 django-betterforms==1.2 -django-cors-headers==2.5.2 +django-cors-headers==3.0.2 django-filter==2.1.0 docopt==0.6.2 future==0.17.1