From d1580dca2c99a9ed68238dc8a14ebc9ed65ee15d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 10:13:00 +0200 Subject: [PATCH] Bump django-filter from 24.1 to 24.2 (#4017) Bumps [django-filter](https://github.com/carltongibson/django-filter) from 24.1 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/24.1...24.2) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production update-type: version-update:semver-minor ... 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 2a7f09d8bc..04f6c3f5e6 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==24.1", + "django-filter==24.2", "django-formset-js-improved==0.5.0.3", "django-formtools==2.5.1", "django-hierarkey==1.1.*",