From 5619ad89f34fa61a6154e9f731a4b87f1737dfc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 12:43:48 +0000 Subject: [PATCH] Bump django-filter from 24.2 to 24.3 Bumps [django-filter](https://github.com/carltongibson/django-filter) from 24.2 to 24.3. - [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.2...24.3) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3f6535ae..f63da198a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ 'django-formset-js-improved==0.5.0.3', 'django-compressor==4.5', 'django-hierarkey==1.2.*', - 'django-filter==24.2', + 'django-filter==24.3', 'django-scopes==2.0.*', 'django-localflavor==4.0', 'reportlab==4.2.*',