From 9c97f06f9c8ff96baf530f1352699d5439704c3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 17:26:03 +0000 Subject: [PATCH] Bump django-filter from 1.0.1 to 2.4.0 in /budget_proj/requirements Bumps [django-filter](https://github.com/carltongibson/django-filter) from 1.0.1 to 2.4.0. - [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/1.0.1...2.4.0) --- updated-dependencies: - dependency-name: django-filter dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- budget_proj/requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/budget_proj/requirements/common.txt b/budget_proj/requirements/common.txt index 6e6c554..e95e0cb 100644 --- a/budget_proj/requirements/common.txt +++ b/budget_proj/requirements/common.txt @@ -1,6 +1,6 @@ appdirs==1.4.3 Django==1.10.5 -django-filter==1.0.1 +django-filter==2.4.0 django-rest-swagger==2.1.1 djangorestframework==3.11.2 django-cors-headers==2.0.0