From 8467e892f4cb2c4b67c05e36334b59ad5d548563 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 11:18:49 +0000 Subject: [PATCH] Update wagtail requirement from <2.12,>=2.11 to >=2.11,<2.15 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...v2.14) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3a65d33..c0d25ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django>=3.1,<3.2 -wagtail>=2.11,<2.12 +wagtail>=2.11,<2.15 psycopg2-binary django-extensions==3.1.0