From 378cb99f8fe16d50fd6877165f4e71111fdf5d76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 01:05:26 +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] <support@github.com> --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index a4070a662..65e8b4608 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -8,7 +8,7 @@ django-cors-headers==3.14.0 django-crispy-forms==1.14.0 # https://github.com/django-crispy-forms/django-crispy-forms django-environ==0.11.2 django-filebrowser-no-grappelli==4.0.2 -django-filter==24.2 # https://github.com/carltongibson/django-filter/ +django-filter==24.3 # https://github.com/carltongibson/django-filter/ django-inline-svg==0.1.1 django-ipware==7.0.1 django-markdownx==4.0.7 # https://github.com/neutronX/django-markdownx