From f1acd2e7a2fe0160ef040ef0a2087c0f24cce0a9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 06:38:11 +0000 Subject: [PATCH] Update django-cors-headers requirement from <3.4,>=3.3 to >=3.3,<3.8 Updates the requirements on [django-cors-headers](https://github.com/adamchainz/django-cors-headers) to permit the latest version. - [Release notes](https://github.com/adamchainz/django-cors-headers/releases) - [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/HISTORY.rst) - [Commits](https://github.com/adamchainz/django-cors-headers/compare/3.3.0...3.7.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4e2d842..1793971 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ requests>=2,<3 djangorestframework>=3.11,<3.12 django-filter>=2.2,<2.5 django-reversion>=3.0,<3.1 -django-cors-headers>=3.3,<3.4 +django-cors-headers>=3.3,<3.8 cerberus>=1.3,<1.4 nose django_nose