From 2e2069f87c0d2d475bab285c50b37137bc1d6686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 11:38:28 +0000 Subject: [PATCH] Bump wagtail from 2.11.8 to 4.1.4 Bumps [wagtail](https://github.com/wagtail/wagtail) from 2.11.8 to 4.1.4. - [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.8...v4.1.4) --- 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 48b4f38b..fb47bb4c 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ def get_version(*file_paths): include_package_data=True, install_requires=[ 'django==2.2.28', - 'wagtail==2.11.8', + 'wagtail==4.1.4', 'django-countries==5.5', 'django-extensions==2.2.1', 'djangorestframework==3.11.2',