Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Upgrade Wagtail to version 5.2 & recaptcha packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lparsons396 committed Nov 29, 2023
1 parent 92a4ed3 commit d3e58b9
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 28 deletions.
143 changes: 116 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Torchbox Ltd"]
[tool.poetry.dependencies]
python = "^3.9"
Django = "~3.2.20"
wagtail = "~5.0"
wagtail = "~5.2"
psycopg2 = "^2.9.3"
gunicorn = {version = "^20.1.0", optional = true}
django-pattern-library = "^1.0.0"
Expand All @@ -30,6 +30,7 @@ django-birdbath = "^1.1.0"
sentry-sdk = "^1.12.1"
Wand = "^0.6.10"
wagtailmedia = "^0.14.2"
django-recaptcha = "^4.0.0"

[tool.poetry.extras]
gunicorn = ["gunicorn"]
Expand Down

0 comments on commit d3e58b9

Please sign in to comment.