Skip to content

Commit 424f965

Browse files
authored
chore(deps): upgrade Wagtail to 7.3.2 to fix security advisories (#222)
Bump Wagtail from 7.2.3 to 7.3.2 to resolve five medium-severity security advisories related to improper permission handling: - GHSA-67rv-mg8q-5pf3: copying pages - GHSA-c4mr-889m-vgf6: viewing page history - GHSA-c6wj-9vcj-75pj: comparing revisions - GHSA-p5gm-92h4-6pv6: Documents and Images API restrictions - GHSA-pwm3-7fv4-g6xx: deleting form submissions Widen the constraint in main.in to >=7.3.2,<7.4 and recompile the locked requirements. All tests pass and no new project migrations are required.
1 parent b6dcc36 commit 424f965

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ urllib3==2.7.0
214214
# requests
215215
uv==0.11.15
216216
# via -r requirements/dev.in
217-
wagtail==7.2.3
217+
wagtail==7.3.2
218218
# via
219219
# -c requirements/main.txt
220220
# wagtail-factories

requirements/main.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ python-dateutil
2121
pytz
2222
redis
2323
requests>=2.32.5
24-
wagtail>=7.2,<7.3
24+
wagtail>=7.3.2,<7.4
2525
whitenoise

requirements/main.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ urllib3==2.7.0
181181
# via
182182
# botocore
183183
# requests
184-
wagtail==7.2.3
184+
wagtail==7.3.2
185185
# via -r requirements/main.in
186186
whitenoise==6.12.0
187187
# via -r requirements/main.in

0 commit comments

Comments
 (0)