Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions etna/records/tests/test_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from django.urls import reverse

from wagtail.models import Site
from wagtail.tests.utils import WagtailPageTestCase
from wagtail.tests.utils.form_data import nested_form_data, rich_text, streamfield
from wagtail.test.utils import WagtailPageTestCase
from wagtail.test.utils.form_data import nested_form_data, rich_text, streamfield

import responses

Expand Down
60 changes: 35 additions & 25 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 @@ -8,13 +8,13 @@ authors = ["Dan Bentley <[email protected]>"]
python = "^3.8"
gunicorn = "^20.1.0"
Django = "~4.1"
wagtail = "~4.2"
wagtail = "~5.0"
django-taggit = "~3.1"
platformshconfig = "^2.4.0"
pyquery = "^2.0.0"
wagtail-generic-chooser = "~0.5.1"
psycopg2 = "^2.9.1"
wagtailmedia = "~0.13.0"
wagtailmedia = "~0.14.0"
django-allauth = "~0.54"
python-magic = "^0.4.24"
django-redis = "^5.0.0"
Expand Down