Skip to content

Commit

Permalink
feat: Update to Wagtail 6.3.1 LTS (#531)
Browse files Browse the repository at this point in the history
* feat: Update to Wagtail 6.3.1 LTS

* chore(deps): Bump up wagtail to 6.3.2
  • Loading branch information
kesara authored Jan 10, 2025
1 parent 8b3323a commit 22386e5
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 42 deletions.
18 changes: 18 additions & 0 deletions ietf/images/migrations/0005_ietfimage_description.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 4.2.17 on 2024-12-16 07:43

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('images', '0004_django_42_rendition_storage'),
]

operations = [
migrations.AddField(
model_name='ietfimage',
name='description',
field=models.CharField(blank=True, default='', max_length=255, verbose_name='description'),
),
]
3 changes: 2 additions & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
dj-database-url
django>=4.2,<4.3
django_analytical
html5lib
psycopg2
pymemcache
tqdm
typed-environment-configuration>=0.1.3,<0.2
wagtail-markdown
wagtail-modeladmin
wagtail-orderable
wagtail>=5.2,<5.3
wagtail>=6.3,<6.4
33 changes: 17 additions & 16 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ anyascii==0.3.2
# via wagtail
asgiref==3.8.1
# via django
beautifulsoup4==4.11.2
beautifulsoup4==4.12.3
# via wagtail
bleach==4.1.0
# via wagtail-markdown
certifi==2024.8.30
certifi==2024.12.14
# via requests
chardet==5.2.0
# via mbstrdecoder
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
defusedxml==0.7.1
# via willow
Expand All @@ -32,33 +32,36 @@ django==4.2.17
# django-taggit
# django-treebeard
# djangorestframework
# laces
# wagtail
django-analytical==3.1.0
# via -r base.in
django-filter==23.5
django-filter==24.3
# via wagtail
django-modelcluster==6.3
django-modelcluster==6.4
# via wagtail
django-permissionedforms==0.1
# via wagtail
django-taggit==4.0.0
django-taggit==6.1.0
# via wagtail
django-treebeard==4.7.1
# via wagtail
djangorestframework==3.15.2
# via wagtail
draftjs-exporter==2.1.7
draftjs-exporter==5.0.0
# via wagtail
et-xmlfile==2.0.0
# via openpyxl
filetype==1.2.0
# via willow
html5lib==1.1
# via wagtail
# via -r base.in
idna==3.10
# via requests
l18n==2021.3
# via wagtail
laces==0.1.1
# via wagtail
markdown==3.7
# via wagtail-markdown
mbstrdecoder==1.1.3
Expand All @@ -67,7 +70,7 @@ openpyxl==3.1.5
# via wagtail
packaging==24.2
# via bleach
pillow==10.4.0
pillow==11.1.0
# via
# pillow-heif
# wagtail
Expand All @@ -78,9 +81,7 @@ psycopg2==2.9.10
pymemcache==4.0.0
# via -r base.in
pytz==2024.2
# via
# django-modelcluster
# l18n
# via l18n
requests==2.32.3
# via wagtail
six==1.17.0
Expand All @@ -90,7 +91,7 @@ six==1.17.0
# l18n
soupsieve==2.6
# via beautifulsoup4
sqlparse==0.5.2
sqlparse==0.5.3
# via django
telepath==0.3.1
# via wagtail
Expand All @@ -102,9 +103,9 @@ typepy==1.3.0
# via typed-environment-configuration
typing-extensions==4.12.2
# via dj-database-url
urllib3==2.2.3
urllib3==2.3.0
# via requests
wagtail==5.2.7
wagtail==6.3.2
# via
# -r base.in
# wagtail-markdown
Expand All @@ -120,7 +121,7 @@ webencodings==0.5.1
# via
# bleach
# html5lib
willow[heif]==1.6.3
willow[heif]==1.9.0
# via
# wagtail
# willow
45 changes: 20 additions & 25 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ asgiref==3.8.1
# via
# -c /app/requirements/base.txt
# django
beautifulsoup4==4.11.2
beautifulsoup4==4.12.3
# via
# -c /app/requirements/base.txt
# wagtail
build==1.2.2.post1
# via pip-tools
certifi==2024.8.30
certifi==2024.12.14
# via
# -c /app/requirements/base.txt
# requests
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via
# -c /app/requirements/base.txt
# requests
click==8.1.7
click==8.1.8
# via pip-tools
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via pytest-cov
defusedxml==0.7.1
# via
Expand All @@ -43,20 +43,21 @@ django==4.2.17
# django-taggit
# django-treebeard
# djangorestframework
# laces
# wagtail
django-filter==23.5
django-filter==24.3
# via
# -c /app/requirements/base.txt
# wagtail
django-modelcluster==6.3
django-modelcluster==6.4
# via
# -c /app/requirements/base.txt
# wagtail
django-permissionedforms==0.1
# via
# -c /app/requirements/base.txt
# wagtail
django-taggit==4.0.0
django-taggit==6.1.0
# via
# -c /app/requirements/base.txt
# wagtail
Expand All @@ -68,7 +69,7 @@ djangorestframework==3.15.2
# via
# -c /app/requirements/base.txt
# wagtail
draftjs-exporter==2.1.7
draftjs-exporter==5.0.0
# via
# -c /app/requirements/base.txt
# wagtail
Expand All @@ -78,16 +79,12 @@ et-xmlfile==2.0.0
# openpyxl
factory-boy==3.3.1
# via wagtail-factories
faker==33.1.0
faker==33.3.0
# via factory-boy
filetype==1.2.0
# via
# -c /app/requirements/base.txt
# willow
html5lib==1.1
# via
# -c /app/requirements/base.txt
# wagtail
idna==3.10
# via
# -c /app/requirements/base.txt
Expand All @@ -98,6 +95,10 @@ l18n==2021.3
# via
# -c /app/requirements/base.txt
# wagtail
laces==0.1.1
# via
# -c /app/requirements/base.txt
# wagtail
openpyxl==3.1.5
# via
# -c /app/requirements/base.txt
Expand All @@ -107,7 +108,7 @@ packaging==24.2
# -c /app/requirements/base.txt
# build
# pytest
pillow==10.4.0
pillow==11.1.0
# via
# -c /app/requirements/base.txt
# pillow-heif
Expand Down Expand Up @@ -137,7 +138,6 @@ python-dateutil==2.9.0.post0
pytz==2024.2
# via
# -c /app/requirements/base.txt
# django-modelcluster
# l18n
requests==2.32.3
# via
Expand All @@ -146,14 +146,13 @@ requests==2.32.3
six==1.17.0
# via
# -c /app/requirements/base.txt
# html5lib
# l18n
# python-dateutil
soupsieve==2.6
# via
# -c /app/requirements/base.txt
# beautifulsoup4
sqlparse==0.5.2
sqlparse==0.5.3
# via
# -c /app/requirements/base.txt
# django
Expand All @@ -165,23 +164,19 @@ typing-extensions==4.12.2
# via
# -c /app/requirements/base.txt
# faker
urllib3==2.2.3
urllib3==2.3.0
# via
# -c /app/requirements/base.txt
# requests
wagtail==5.2.7
wagtail==6.3.2
# via
# -c /app/requirements/base.txt
# wagtail-factories
wagtail-factories==4.2.1
# via -r dev.in
webencodings==0.5.1
# via
# -c /app/requirements/base.txt
# html5lib
wheel==0.45.1
# via pip-tools
willow[heif]==1.6.3
willow[heif]==1.9.0
# via
# -c /app/requirements/base.txt
# wagtail
Expand Down

0 comments on commit 22386e5

Please sign in to comment.