From e45cef1c017c58d1833e07eacb31b50b067d1171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 11:56:51 +0000 Subject: [PATCH] Bump wagtail from 2.16.2 to 4.2.1 Bumps [wagtail](https://github.com/wagtail/wagtail) from 2.16.2 to 4.2.1. - [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.16.2...v4.2.1) --- updated-dependencies: - dependency-name: wagtail dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ef0cb583..3120efcf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django[argon2]==3.2.17 -wagtail==2.16.2 +wagtail==4.2.1 # External Libraries requests==2.28.2