Skip to content

Commit c3ade1d

Browse files
committed
upgrade wagtail to 7.1
1 parent 21f545f commit c3ade1d

File tree

2 files changed

+28
-15
lines changed

2 files changed

+28
-15
lines changed

poetry.lock

Lines changed: 25 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ authors = ["Torchbox Ltd"]
77
[tool.poetry.dependencies]
88
python = "^3.13"
99
Django = "~5.2.0"
10-
wagtail = "~7.0"
10+
wagtail = "~7.1"
1111
psycopg = "^3.2.9"
1212
gunicorn = "^23.0.0"
1313
whitenoise = "^6.9.0"
1414
phonenumbers = "^9.0.6"
1515
Wand = "^0.6.10"
16+
urllib3 = "2.5.0"
1617

1718
# Django packages
1819
django-basic-auth-ip-whitelist = "^0.8"
@@ -62,6 +63,7 @@ pymdown-extensions = "^10.15"
6263
factory-boy = "^3.3.3"
6364
faker = "^37.3.0"
6465
wagtail-factories = "^4.2.1"
66+
tblib = "^3.1.0"
6567

6668

6769
[build-system]

0 commit comments

Comments
 (0)