From 3b4d6b92d79c22e0baf690e3fc9ad656feb71833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 05:06:17 +0000 Subject: [PATCH] pip prod(deps): bump django-filter from 22.1 to 23.1 Bumps [django-filter](https://github.com/carltongibson/django-filter) from 22.1 to 23.1. - [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.1) --- 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..31c4f32 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.1 # 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