From 773a4e09dd495e1579f4474fa632c710ba68459a Mon Sep 17 00:00:00 2001 From: Rafael JPD Date: Mon, 9 Mar 2026 09:31:23 -0300 Subject: [PATCH 1/5] Atualiza wagtail para 7.3.1 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 10800d0..19319be 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -27,7 +27,7 @@ djangorestframework-simplejwt==5.3.1 # https://django-rest-framework-simplejwt. # Wagtail # ------------------------------------------------------------------------------ -wagtail==6.3.2 # https://github.com/wagtail/wagtail +wagtail==7.3.1 # https://github.com/wagtail/wagtail # Wagtail Recaptcha # ------------------------------------------------------------------------------ From 1433146a230f0370a6235bd6d061f7b3ad360134 Mon Sep 17 00:00:00 2001 From: Rafael JPD Date: Mon, 9 Mar 2026 09:31:57 -0300 Subject: [PATCH 2/5] =?UTF-8?q?Atualiza=20demais=20deps=20para=20suportar?= =?UTF-8?q?=20vers=C3=A3o=20nova=20do=20wagtail?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements/base.txt | 22 +++++++++++----------- requirements/local.txt | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 19319be..6ef5fba 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,7 +1,7 @@ pytz==2023.3.post1 # https://github.com/stub42/pytz python-slugify==8.0.1 # https://github.com/un33k/python-slugify Pillow==10.1.0 # https://github.com/python-pillow/Pillow -rcssmin==1.1.1 # https://github.com/ndparker/rcssmin +rcssmin==1.2.2 # https://github.com/ndparker/rcssmin argon2-cffi==23.1.0 # https://github.com/hynek/argon2_cffi whitenoise==6.6.0 # https://github.com/evansd/whitenoise redis==5.0.1 # https://github.com/redis/redis-py @@ -12,13 +12,13 @@ xmltodict==0.13.0 # https://github.com/martinblech/xmltodict.git # Django # ------------------------------------------------------------------------------ -django==5.0.7 +django==5.2.12 django-environ==0.11.2 # https://github.com/joke2k/django-environ django-model-utils==4.5.1 # https://github.com/jazzband/django-model-utils django-allauth==0.63.6 # https://github.com/pennersr/django-allauth django-crispy-forms==2.3 # https://github.com/django-crispy-forms/django-crispy-forms crispy-bootstrap5==2024.2 # https://github.com/django-crispy-forms/crispy-bootstrap5 -django-compressor==4.4 # https://github.com/django-compressor/django-compressor +django-compressor==4.6.0 # https://github.com/django-compressor/django-compressor django-redis==5.4.0 # https://github.com/jazzband/django-redis4 # Django REST @@ -31,29 +31,29 @@ wagtail==7.3.1 # https://github.com/wagtail/wagtail # Wagtail Recaptcha # ------------------------------------------------------------------------------ -django-recaptcha==3.0.0 -wagtail-django-recaptcha==1.0 +django-recaptcha==4.1.0 +wagtail-django-recaptcha==2.1.1 # Wagtail Menu # ------------------------------------------------------------------------------ -wagtailmenus==4.0 +wagtailmenus==4.0.6 # Wagtail Localize # ------------------------------------------------------------------------------ -wagtail-localize==1.9 +wagtail-localize==1.13 #Wagtail Admin # ------------------------------------------------------------------------------ -wagtail-modeladmin==2.0.0 +wagtail-modeladmin==2.2.0 # Django celery # ------------------------------------------------------------------------------ -django-celery-beat==2.6.0 # https://github.com/celery/django-celery-beat -django_celery_results==2.5.1 +django-celery-beat==2.9.0 # https://github.com/celery/django-celery-beat +django_celery_results==2.6.0 # Wagtail-Autocomplete # ------------------------------------------------------------------------------ -wagtail-autocomplete==0.11.0 # https://github.com/wagtail/wagtail-autocomplete +wagtail-autocomplete==0.12.0 # https://github.com/wagtail/wagtail-autocomplete # Minio minio==7.2.7 diff --git a/requirements/local.txt b/requirements/local.txt index 7743961..630a432 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -8,7 +8,7 @@ watchgod==0.8.2 # https://github.com/samuelcolvin/watchgod # Testing # ------------------------------------------------------------------------------ mypy==1.6.1 # https://github.com/python/mypy -django-stubs==4.2.6 # https://github.com/typeddjango/django-stubs +django-stubs==5.2.9 # https://github.com/typeddjango/django-stubs pytest==7.4.3 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.7 # https://github.com/Frozenball/pytest-sugar From f856fa88797b1edd00b1e66c4a697db2b91742fa Mon Sep 17 00:00:00 2001 From: Rafael JPD Date: Mon, 9 Mar 2026 09:32:10 -0300 Subject: [PATCH 3/5] Corrige nome de lib --- config/settings/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/settings/base.py b/config/settings/base.py index fc00a61..4e96ed4 100644 --- a/config/settings/base.py +++ b/config/settings/base.py @@ -103,7 +103,7 @@ "allauth.account", "allauth.socialaccount", "django_celery_beat", - "captcha", + "django_recaptcha", "wagtailautocomplete", "wagtailcaptcha", "wagtailmenus", From 4e0b945347a0cf5562ee7919b6fe7c26b79897d7 Mon Sep 17 00:00:00 2001 From: Rafael JPD Date: Mon, 9 Mar 2026 09:32:26 -0300 Subject: [PATCH 4/5] Atualiza version para 1.14.0 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index da38e07..850e742 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.13.1 \ No newline at end of file +1.14.0 From 01286d9eca75c8251afb860a865067f7540f2e6c Mon Sep 17 00:00:00 2001 From: Rafael JPD Date: Mon, 9 Mar 2026 09:52:52 -0300 Subject: [PATCH 5/5] =?UTF-8?q?Sobre=20vers=C3=A3o=20de=20dep=20mypy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 630a432..e8ab290 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -7,7 +7,7 @@ watchgod==0.8.2 # https://github.com/samuelcolvin/watchgod # Testing # ------------------------------------------------------------------------------ -mypy==1.6.1 # https://github.com/python/mypy +mypy==1.10.0 # https://github.com/python/mypy django-stubs==5.2.9 # https://github.com/typeddjango/django-stubs pytest==7.4.3 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.7 # https://github.com/Frozenball/pytest-sugar