From 835788e4773476ea53f376ec8056f61a53b816ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 09:37:22 +0200 Subject: [PATCH] Bump django-filter from 23.1 to 23.2 (#3284) 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 356d28dfc..8fb6e5310 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "django-bootstrap3==23.1.*", "django-compressor==4.3.*", "django-countries==7.5.*", - "django-filter==23.1", + "django-filter==23.2", "django-formset-js-improved==0.5.0.3", "django-formtools==2.4", "django-hierarkey==1.1.*",