chore(api): update dependency django-filter to v24

This commit is contained in:
Renovate Bot 2025-01-14 19:22:31 +00:00
parent 227379b7ab
commit 769a3dc79e
2 changed files with 7 additions and 7 deletions

12
api/poetry.lock generated
View File

@ -1288,18 +1288,18 @@ Django = ">=3.2"
[[package]]
name = "django-filter"
version = "23.5"
version = "24.3"
description = "Django-filter is a reusable Django application for allowing users to filter querysets dynamically."
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
groups = ["main"]
files = [
{file = "django-filter-23.5.tar.gz", hash = "sha256:67583aa43b91fe8c49f74a832d95f4d8442be628fd4c6d65e9f811f5153a4e5c"},
{file = "django_filter-23.5-py3-none-any.whl", hash = "sha256:99122a201d83860aef4fe77758b69dda913e874cc5e0eaa50a86b0b18d708400"},
{file = "django_filter-24.3-py3-none-any.whl", hash = "sha256:c4852822928ce17fb699bcfccd644b3574f1a2d80aeb2b4ff4f16b02dd49dc64"},
{file = "django_filter-24.3.tar.gz", hash = "sha256:d8ccaf6732afd21ca0542f6733b11591030fa98669f8d15599b358e24a2cd9c3"},
]
[package.dependencies]
Django = ">=3.2"
Django = ">=4.2"
[[package]]
name = "django-oauth-toolkit"
@ -4807,4 +4807,4 @@ typesense = ["typesense"]
[metadata]
lock-version = "2.1"
python-versions = "^3.10,<3.14"
content-hash = "571ad5706c476e2917753d9391ffef4d4341feb8b56288d75d64c08f243fd0e4"
content-hash = "092b2c12c3952bb5158537c62597d9ea075c4565c41f4a25164f8973aa7f0c94"

View File

@ -37,7 +37,7 @@ django-cleanup = "==8.1.0"
django-cors-headers = "==4.3.1"
django-dynamic-preferences = "==1.17.0"
django-environ = "==0.11.2"
django-filter = "==23.5"
django-filter = "==24.3"
django-oauth-toolkit = "2.2.0"
django-redis = "==5.2.0"
django-storages = "==1.13.2"