From 8befb28e343df530c5d5284a4f46501a451b5652 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Apr 2023 14:53:34 +0200 Subject: [PATCH] chore(deps): update dependency django-filter to >=2.4.0,<23.3 (#2534) 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 4732d4e84..768cc95f7 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,<3.15 -django-filter>=2.4.0,<23.2 +django-filter>=2.4.0,<23.3 django>=4.2.0,<4.3 djangorestframework @ git+https://github.com/encode/django-rest-framework@38a74b42da10576857d6bf8bd82a73b15d12a7ed drf-spectacular>=0.22.1,<0.27 diff --git a/api/setup.py b/api/setup.py index 3e86792a1..c62bc4477 100644 --- a/api/setup.py +++ b/api/setup.py @@ -25,7 +25,7 @@ setup( }, install_requires=[ "django-cors-headers>=3.14.0,<3.15", - "django-filter>=2.4.0,<23.2", + "django-filter>=2.4.0,<23.3", "django>=4.2.0,<4.3", "djangorestframework @ git+https://github.com/encode/django-rest-framework@38a74b42da10576857d6bf8bd82a73b15d12a7ed", "drf-spectacular>=0.22.1,<0.27",