From b112fd53c2e2abd1981567541b10a1b2ac888505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 15:23:14 +0000 Subject: [PATCH] Update django-filter requirement from ^21 to >=21,<23 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d9b93d1..68cf0a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ exclude = ["django_enum/tests"] python = ">=3.7,<4.0" Django = ">=3.2,<5.0" enum-properties = {version = "^1.2.0", optional = true} -django-filter = {version = "^21", optional = true} +django-filter = {version = ">=21,<23", optional = true} djangorestframework = {version = "^3.9", optional = true} [tool.poetry.group.dev.dependencies]