From 6a206a9ee836972af3826fe992a131e6fe0d1714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 02:21:43 +0000 Subject: [PATCH] Update django-cors-headers requirement from <3.12,>=3.5 to >=3.5,<3.13 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.5.0...3.12.0) --- updated-dependencies: - dependency-name: django-cors-headers dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fb296d4..10f592c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ django>=4.0,<4.1 djangorestframework>=3.12,<3.14 markdown>=3.2,<3.4 django-filter>=2.4,<21.2 -django-cors-headers>=3.5,<3.12 +django-cors-headers>=3.5,<3.13 django-userforeignkey>=0.3,<0.5 django-rest-multitokenauth>=1.4.0,<1.5.0 django-rest-registration>=0.5.3,<0.8