From 5fe12d2f5d195d13ca669c9485a31f21c4222b5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 00:36:32 +0000 Subject: [PATCH] chore(deps): update dependency django-cors-headers to >=3.14.0,<4.8 --- 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 80cbefacf..85d4b035d 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,<4.5 +django-cors-headers>=3.14.0,<4.8 django-filter>=2.4.0,<24.4 django>=4.2.0,<4.3 djangorestframework>=3.14.0,<3.16 diff --git a/api/setup.py b/api/setup.py index c17d0517f..3c73ecc45 100644 --- a/api/setup.py +++ b/api/setup.py @@ -26,7 +26,7 @@ setup( ] }, install_requires=[ - "django-cors-headers>=3.14.0,<4.5", + "django-cors-headers>=3.14.0,<4.8", "django-filter>=2.4.0,<24.4", "django>=4.2.0,<4.3", "djangorestframework>=3.14.0,<3.16",