Upgrade to Wagtail 6.2

This commit is contained in:
Konstantin 2024-08-24 12:01:14 +02:00
parent 9073718616
commit 9fe3acd32d
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
.PHONY: help build publish
VERSION = 1.1.6
VERSION = 1.1.7
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}'

View file

@ -1,5 +1,5 @@
Django>=4.2,<5.1
wagtail>=6.1,<6.2
wagtail>=6.2,<6.3
whitenoise>=6.6,<7.0
wagtailcodeblock>=1.29.0.2,<2.0
django-tailwind>=3.6.0