From 7ef85265599be65eaa9128d90249857561df8799 Mon Sep 17 00:00:00 2001 From: casey1173 Date: Wed, 6 Nov 2024 12:10:00 -0500 Subject: [PATCH 1/2] Update Wagtail to 6.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 166676ae72..c1fe14a3bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "inflection==0.5.1", "pyyaml==6.0.1", "gunicorn==22.0.0", - "wagtail~=6.1.3", + "wagtail==6.3", "wagtail-draftail-anchors==0.6.0", # tasks "celery==5.4.0", From 0dbc90472699d0f22041f7718f3f921215a5b312 Mon Sep 17 00:00:00 2001 From: Andy Shapiro Date: Mon, 2 Dec 2024 15:27:49 -0500 Subject: [PATCH 2/2] use compatible release nomenclature; add link to docs describing them --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 70869b87a7..e5882bc116 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,9 +16,10 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] requires-python = ">=3.12" +# see https://peps.python.org/pep-0440/#version-specifiers dependencies = [ # web application - "Django~=5.1.1", + "Django~=5.1.3", "django-crispy-forms==2.2", "crispy-bootstrap4==2024.1", "django-filter==24.2", @@ -33,7 +34,7 @@ dependencies = [ "inflection==0.5.1", "pyyaml==6.0.1", "gunicorn==22.0.0", - "wagtail==6.3", + "wagtail~=6.3.1", "wagtail-draftail-anchors==0.6.0", # tasks "celery==5.4.0",