From bfc3e025fb88791417d0da22d898f30b7918b67f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:44:00 +0000 Subject: [PATCH] chore(deps): bump django-filter from 23.5 to 24.2 Bumps [django-filter](https://github.com/carltongibson/django-filter) from 23.5 to 24.2. - [Release notes](https://github.com/carltongibson/django-filter/releases) - [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst) - [Commits](https://github.com/carltongibson/django-filter/compare/23.5...24.2) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0a5eb511..f68bc990 100644 --- a/poetry.lock +++ b/poetry.lock @@ -474,17 +474,17 @@ Django = ">=3.2" [[package]] name = "django-filter" -version = "23.5" +version = "24.2" 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" 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.2.tar.gz", hash = "sha256:48e5fc1da3ccd6ca0d5f9bb550973518ce977a4edde9d2a8a154a7f4f0b9f96e"}, + {file = "django_filter-24.2-py3-none-any.whl", hash = "sha256:df2ee9857e18d38bed203c8745f62a803fa0f31688c9fe6f8e868120b1848e48"}, ] [package.dependencies] -Django = ">=3.2" +Django = ">=4.2" [[package]] name = "django-hurricane" @@ -1968,4 +1968,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8081b96999206f39b768511c82efbc586d03259262d05747c92bb6811cb9fbbb" +content-hash = "b70d1fb79c0613569e99b51e962145597188333ac6fef5afac6dfc127bbd0782" diff --git a/pyproject.toml b/pyproject.toml index 48b1bedf..081043b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ python-dateutil = "^2.9.0" django = "^4.2.11" # might remove this once we find out how the jsonapi extras_require work django-cors-headers = "^4.3.1" -django-filter = "^23.5" +django-filter = "^24.2" django-multiselectfield = "^0.1.12" django-prometheus = "^2.3.1" djangorestframework = "^3.14.0"