From 9c482d937470e116a2a9eabfdf40ad8d4d564c56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 13:53:30 +0000 Subject: [PATCH] fix(deps): update dependency django-filter to v24.3 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 10e7fdb..d358892 100644 --- a/poetry.lock +++ b/poetry.lock @@ -526,13 +526,13 @@ Django = ">=3.2" [[package]] name = "django-filter" -version = "24.2" +version = "24.3" description = "Django-filter is a reusable Django application for allowing users to filter querysets dynamically." optional = false python-versions = ">=3.8" files = [ - {file = "django-filter-24.2.tar.gz", hash = "sha256:48e5fc1da3ccd6ca0d5f9bb550973518ce977a4edde9d2a8a154a7f4f0b9f96e"}, - {file = "django_filter-24.2-py3-none-any.whl", hash = "sha256:df2ee9857e18d38bed203c8745f62a803fa0f31688c9fe6f8e868120b1848e48"}, + {file = "django_filter-24.3-py3-none-any.whl", hash = "sha256:c4852822928ce17fb699bcfccd644b3574f1a2d80aeb2b4ff4f16b02dd49dc64"}, + {file = "django_filter-24.3.tar.gz", hash = "sha256:d8ccaf6732afd21ca0542f6733b11591030fa98669f8d15599b358e24a2cd9c3"}, ] [package.dependencies] @@ -1613,4 +1613,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "b5a36d5e6bd261d45fac3b1f673505e599ba4d237006ee8e5b13312687758544" +content-hash = "6a48699f90b40fe829662a02b44e51da762ed94f4e9df45823688bad25cee15c" diff --git a/pyproject.toml b/pyproject.toml index b51a397..87ad60d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ uplink = "0.9.7" requests = "2.32.3" marshmallow = "3.21.3" python-decouple = "3.8" -django-filter = "24.2" +django-filter = "24.3" graphene-django = "3.2.2" graphene-django-extras = { git = "https://github.com/anitrend/graphene-django-extras.git", tag = "0.1.1" } django-cors-headers = "4.4.0"