Skip to content

Commit 93c8577

Browse files
Bump Django to 5.2 and Wagtail to 7.2 (#4482)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marco Acierno <[email protected]>
1 parent a349a05 commit 93c8577

File tree

2 files changed

+785
-757
lines changed

2 files changed

+785
-757
lines changed

backend/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ known-first-party = [
4444
[project]
4545
requires-python = ">=3.13.5"
4646
dependencies = [
47-
"django==5.1.4",
47+
"django==5.2.7",
4848
"django-environ==0.10.0",
4949
"django-model-utils==5.0.0",
5050
"django-timezone-field==7.0",
@@ -82,7 +82,7 @@ dependencies = [
8282
"stripe==10.5.0",
8383
"djangorestframework==3.15.2",
8484
"l18n<2022.0,>=2021.3",
85-
"wagtail==6.2.2",
85+
"wagtail==7.1.2",
8686
"wagtail-localize==1.10",
8787
"celery==5.4.0",
8888
"wagtail-headless-preview==0.8.0",

0 commit comments

Comments
 (0)