Skip to content

Commit 57b69f4

Browse files
Merge pull request #106 from pitangainnovare/update-wagtail-para-versão-7
Atualiza wagtail para versão 7
2 parents 19193d1 + 01286d9 commit 57b69f4

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.1
1+
1.14.0

config/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"allauth.account",
104104
"allauth.socialaccount",
105105
"django_celery_beat",
106-
"captcha",
106+
"django_recaptcha",
107107
"wagtailautocomplete",
108108
"wagtailcaptcha",
109109
"wagtailmenus",

requirements/base.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pytz==2023.3.post1 # https://github.com/stub42/pytz
22
python-slugify==8.0.1 # https://github.com/un33k/python-slugify
33
Pillow==10.1.0 # https://github.com/python-pillow/Pillow
4-
rcssmin==1.1.1 # https://github.com/ndparker/rcssmin
4+
rcssmin==1.2.2 # https://github.com/ndparker/rcssmin
55
argon2-cffi==23.1.0 # https://github.com/hynek/argon2_cffi
66
whitenoise==6.6.0 # https://github.com/evansd/whitenoise
77
redis==5.0.1 # https://github.com/redis/redis-py
@@ -12,13 +12,13 @@ xmltodict==0.13.0 # https://github.com/martinblech/xmltodict.git
1212

1313
# Django
1414
# ------------------------------------------------------------------------------
15-
django==5.0.7
15+
django==5.2.12
1616
django-environ==0.11.2 # https://github.com/joke2k/django-environ
1717
django-model-utils==4.5.1 # https://github.com/jazzband/django-model-utils
1818
django-allauth==0.63.6 # https://github.com/pennersr/django-allauth
1919
django-crispy-forms==2.3 # https://github.com/django-crispy-forms/django-crispy-forms
2020
crispy-bootstrap5==2024.2 # https://github.com/django-crispy-forms/crispy-bootstrap5
21-
django-compressor==4.4 # https://github.com/django-compressor/django-compressor
21+
django-compressor==4.6.0 # https://github.com/django-compressor/django-compressor
2222
django-redis==5.4.0 # https://github.com/jazzband/django-redis4
2323

2424
# Django REST
@@ -27,33 +27,33 @@ djangorestframework-simplejwt==5.3.1 # https://django-rest-framework-simplejwt.
2727

2828
# Wagtail
2929
# ------------------------------------------------------------------------------
30-
wagtail==6.3.2 # https://github.com/wagtail/wagtail
30+
wagtail==7.3.1 # https://github.com/wagtail/wagtail
3131

3232
# Wagtail Recaptcha
3333
# ------------------------------------------------------------------------------
34-
django-recaptcha==3.0.0
35-
wagtail-django-recaptcha==1.0
34+
django-recaptcha==4.1.0
35+
wagtail-django-recaptcha==2.1.1
3636

3737
# Wagtail Menu
3838
# ------------------------------------------------------------------------------
39-
wagtailmenus==4.0
39+
wagtailmenus==4.0.6
4040

4141
# Wagtail Localize
4242
# ------------------------------------------------------------------------------
43-
wagtail-localize==1.9
43+
wagtail-localize==1.13
4444

4545
#Wagtail Admin
4646
# ------------------------------------------------------------------------------
47-
wagtail-modeladmin==2.0.0
47+
wagtail-modeladmin==2.2.0
4848

4949
# Django celery
5050
# ------------------------------------------------------------------------------
51-
django-celery-beat==2.6.0 # https://github.com/celery/django-celery-beat
52-
django_celery_results==2.5.1
51+
django-celery-beat==2.9.0 # https://github.com/celery/django-celery-beat
52+
django_celery_results==2.6.0
5353

5454
# Wagtail-Autocomplete
5555
# ------------------------------------------------------------------------------
56-
wagtail-autocomplete==0.11.0 # https://github.com/wagtail/wagtail-autocomplete
56+
wagtail-autocomplete==0.12.0 # https://github.com/wagtail/wagtail-autocomplete
5757

5858
# Minio
5959
minio==7.2.7

requirements/local.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ watchgod==0.8.2 # https://github.com/samuelcolvin/watchgod
77

88
# Testing
99
# ------------------------------------------------------------------------------
10-
mypy==1.6.1 # https://github.com/python/mypy
11-
django-stubs==4.2.6 # https://github.com/typeddjango/django-stubs
10+
mypy==1.10.0 # https://github.com/python/mypy
11+
django-stubs==5.2.9 # https://github.com/typeddjango/django-stubs
1212
pytest==7.4.3 # https://github.com/pytest-dev/pytest
1313
pytest-sugar==0.9.7 # https://github.com/Frozenball/pytest-sugar
1414

0 commit comments

Comments
 (0)