From 819ce6abf72d9e3aa42bf9cfdf5d4d12105019ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 13:04:54 +0100 Subject: [PATCH] Bump django-filter from 23.5 to 24.1 (#3969) Bumps [django-filter](https://github.com/carltongibson/django-filter) from 23.5 to 24.1. - [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.1) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8fc07afa3..347ff28d74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "django-bootstrap3==23.6.*", "django-compressor==4.4", "django-countries==7.5.*", - "django-filter==23.5", + "django-filter==24.1", "django-formset-js-improved==0.5.0.3", "django-formtools==2.5.1", "django-hierarkey==1.1.*",