From 270e448e370a327b8409a20bc8e02ca7bb798273 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 Jan 2021 10:30:05 +0000 Subject: [PATCH] Bump django-cors-headers from 3.1.0 to 3.7.0 Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 3.1.0 to 3.7.0. - [Release notes](https://github.com/adamchainz/django-cors-headers/releases) - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/master/HISTORY.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/3.1.0...3.7.0) Signed-off-by: dependabot-preview[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 21b0889..0fe5e71 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -18,7 +18,7 @@ daphne==2.5.0 django==2.2.13 # https://www.djangoproject.com/ django-allauth==0.42.0 # https://github.com/pennersr/django-allauth django-anymail[mailgun]==7.0.0 # https://github.com/anymail/django-anymail -django-cors-headers==3.1.0 +django-cors-headers==3.7.0 django-crispy-forms==1.7.2 # https://github.com/django-crispy-forms/django-crispy-forms django-environ==0.4.5 # https://github.com/joke2k/django-environ django-filter==2.3.0