From aaf94a0cc2b446d8a99288ecdffe8c9f0c2e6352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 05:10:15 +0000 Subject: [PATCH] pip prod(deps): bump django-filter from 22.1 to 23.2 Bumps [django-filter](https://github.com/carltongibson/django-filter) from 22.1 to 23.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/22.1...23.2) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index b6ac401..32413ec 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -18,7 +18,7 @@ djangorestframework-jsonapi[django-filter]==6.0.0 # https://github.com/django-j # ------------------------------------------------------------------------------ django-adminactions==2.0.0 # https://github.com/saxix/django-adminactions/ django-auditlog==2.2.2 # https://github.com/jazzband/django-auditlog -django-filter==22.1 # https://github.com/carltongibson/django-filter +django-filter==23.2 # https://github.com/carltongibson/django-filter django-import-export==3.1.0 # https://github.com/django-import-export/django-import-export django-jazzmin==2.6.0 # https://github.com/farridav/django-jazzmin django-model-utils==4.3.1 # https://github.com/jazzband/django-model-utils