From edb7a185d8dbf0271806913a7de26befa1183781 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Sun, 16 Mar 2025 18:08:43 +0100 Subject: [PATCH] upgrade wagtail --- Makefile | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9687bac..b1b520c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .PHONY: help build publish -VERSION = 1.9.1 +VERSION = 1.9.2 help: @perl -nle'print $& if m{^[a-zA-Z_-]+:.*?## .*$$}' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' diff --git a/requirements.txt b/requirements.txt index eb7da49..459655b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django>=5.1.4,<5.2 -wagtail>=6.4,<6.5 +wagtail>=6.4.1,<6.5 whitenoise>=6.6,<7.0 wagtailcodeblock>=1.29.0.2,<2.0 django-tailwind>=3.6.0