From 668f7d6594d8cde18ce2c3d7e29beac403cca4b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 15:52:57 +0200 Subject: [PATCH] chore(deps): update dependency django-cors-headers to v4 (#2545) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- api/requirements.txt | 2 +- api/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index 1348458a5..6674f8375 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,6 +1,6 @@ # Please do not edit this file, edit the setup.py file! # This file is auto-generated by tools/extract_requirements.py. -django-cors-headers>=3.14.0,<3.15 +django-cors-headers>=3.14.0,<4.1 django-filter>=2.4.0,<23.3 django>=4.2.0,<4.3 djangorestframework @ git+https://github.com/encode/django-rest-framework@38a74b42da10576857d6bf8bd82a73b15d12a7ed diff --git a/api/setup.py b/api/setup.py index ef0125ad3..613911bcc 100644 --- a/api/setup.py +++ b/api/setup.py @@ -24,7 +24,7 @@ setup( ] }, install_requires=[ - "django-cors-headers>=3.14.0,<3.15", + "django-cors-headers>=3.14.0,<4.1", "django-filter>=2.4.0,<23.3", "django>=4.2.0,<4.3", "djangorestframework @ git+https://github.com/encode/django-rest-framework@38a74b42da10576857d6bf8bd82a73b15d12a7ed",