From cccf73736cf3e73977cd1c3fa61ad6c4d0dcbb7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 06:34:21 +0000 Subject: [PATCH] [noissue]: Update django-filter requirement from ~=2.4.0 to ~=22.1 Updates the requirements on [django-filter](https://github.com/carltongibson/django-filter) to permit the latest version. - [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/2.4.0...22.1) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3fe42140620..4f7bc5dd972 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ backoff~=1.11.0 click<9.0 Django~=2.2.24 # LTS version, switch only if we have a compelling reason to django-currentuser~=0.5.3 -django-filter~=2.4.0 +django-filter~=22.1 django-guardian~=2.4.0 django-guid<3.0 django-import-export~=2.5.0