From 0fad7472c00f6e88b4e7165dc9a44af96cf11296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:29:39 +0100 Subject: [PATCH] Bump django-filter from 23.2 to 23.5 (#3889) Bumps [django-filter](https://github.com/carltongibson/django-filter) from 23.2 to 23.5. - [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.2...23.5) --- 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 d932e58dec..eb0fe0a8bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "django-bootstrap3==23.1.*", "django-compressor==4.4", "django-countries==7.5.*", - "django-filter==23.2", + "django-filter==23.5", "django-formset-js-improved==0.5.0.3", "django-formtools==2.5.1", "django-hierarkey==1.1.*",