From 4caf0b0ef2b732b99f16574e682d46b1cd23209d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 12:35:06 +0200 Subject: [PATCH] chore(deps): update dependency django-filter to >=2.4.0,<23.4 (#2712) 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 3b948016d..458678443 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,7 +1,7 @@ # 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.3 -django-filter>=2.4.0,<23.3 +django-filter>=2.4.0,<23.4 django>=4.2.0,<4.3 djangorestframework>=3.14.0,<3.15 drf-spectacular>=0.22.1,<0.27 diff --git a/api/setup.py b/api/setup.py index 838eb1443..61652ede1 100644 --- a/api/setup.py +++ b/api/setup.py @@ -25,7 +25,7 @@ setup( }, install_requires=[ "django-cors-headers>=3.14.0,<4.3", - "django-filter>=2.4.0,<23.3", + "django-filter>=2.4.0,<23.4", "django>=4.2.0,<4.3", "djangorestframework>=3.14.0,<3.15", "drf-spectacular>=0.22.1,<0.27",