Skip to content

Commit

Permalink
build(deps): bump wagtail from 4.2.4 to 5.2 (#423)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Julian B <[email protected]>
  • Loading branch information
dependabot[bot] and jeriox authored Jan 1, 2024
1 parent 117ce8f commit 56c7450
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 48 deletions.
2 changes: 1 addition & 1 deletion myhpi/core/context.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django.db.models import Q
from wagtail.core.models import Site
from wagtail.models import Site

from .models import BasePage, MinutesList
from .utils import get_user_groups
Expand Down
14 changes: 7 additions & 7 deletions myhpi/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@
"modelcluster",
"mozilla_django_oidc",
"taggit",
"wagtail.admin",
"wagtail.contrib.forms",
"wagtail.contrib.modeladmin",
"wagtail.contrib.redirects",
"wagtail.core",
"wagtail.documents",
"wagtail.embeds",
"wagtail.images",
"wagtail.search",
"wagtail.sites",
"wagtail.snippets",
"wagtail.users",
"wagtail.snippets",
"wagtail.documents",
"wagtail.images",
"wagtail.search",
"wagtail.admin",
"wagtail.contrib.modeladmin",
"wagtail",
"wagtail_localize",
"wagtail_localize.locales",
"wagtailmarkdown",
Expand Down
166 changes: 128 additions & 38 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.8"
wagtail = "^4.2.4"
wagtail = "^5.2"
django-environ = "^0.11.2"
wagtail-localize = "^1.6"
wagtail-localize = "^1.7"
mozilla-django-oidc = "^3.0.0"
django-bootstrap-icons = "^0.8.7"
django-select2 = "^8.1.2"
Expand Down

0 comments on commit 56c7450

Please sign in to comment.