From 74a8d7349b2be3c914276bfe399fcc4bef443e9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 20:11:38 +0000 Subject: [PATCH] [noissue]: Update django-filter requirement from ~=21.1 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/21.1...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 09c3d2fb854..27ef4ecf065 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ click<9.0 cryptography~=37.0.2 Django~=3.2.13 # LTS version, switch only if we have a compelling reason to django-currentuser~=0.5.3 -django-filter~=21.1 +django-filter~=22.1 django-guid~=3.3 django-import-export~=2.8.0 django-lifecycle~=0.9.6