From df01af0a2ea87364b34abebdde0ae3eb78a12973 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 20:57:19 +0000 Subject: [PATCH] Update wagtail requirement from <3,>=2.11 to >=2.11,<6 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...v5.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..48d031b 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,<6', 'django-phonenumber-field', 'phonenumbers', 'python-dateutil',