From 0a804e96fcd686654ed5b85f9a62ee4794ded1db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 20:08:48 +0000 Subject: [PATCH] Update wagtail requirement from <3,>=2.11 to >=2.11,<4 Updates the requirements on [wagtail](https://github.com/wagtail/wagtail) to permit the latest version. - [Release notes](https://github.com/wagtail/wagtail/releases) - [Changelog](https://github.com/wagtail/wagtail/blob/main/CHANGELOG.txt) - [Commits](https://github.com/wagtail/wagtail/compare/v2.11...v3.0) --- updated-dependencies: - dependency-name: wagtail dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c5f2608..3802bca 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ author_email='reg@regulusweb.com', python_requires='>=3.7', install_requires=[ - 'wagtail>=2.11,<3', + 'wagtail>=2.11,<4', 'django-phonenumber-field', 'phonenumbers', 'python-dateutil',