From aafbab29ff9f249f8b52afd2678d0b369f48c6e6 Mon Sep 17 00:00:00 2001 From: Elias Coppens Date: Fri, 20 Dec 2024 00:20:31 +0100 Subject: [PATCH] chore: Finished version bump --- gestioasso/settings/cof_prod.py | 4 ++-- kfet/migrations/0040_auto_20160829_2035.py | 5 +++-- requirements-devel.txt | 2 +- requirements-prod.txt | 10 +++++----- requirements.txt | 22 ++++++++++------------ 5 files changed, 21 insertions(+), 22 deletions(-) diff --git a/gestioasso/settings/cof_prod.py b/gestioasso/settings/cof_prod.py index 58496057..91bee648 100644 --- a/gestioasso/settings/cof_prod.py +++ b/gestioasso/settings/cof_prod.py @@ -67,8 +67,8 @@ INSTALLED_APPS = ( "wagtail.images", "wagtail.search", "wagtail.admin", - "wagtail.core", - "wagtail.contrib.modeladmin", + "wagtail", + # "wagtail.contrib.modeladmin", "wagtail.contrib.routable_page", "wagtailmenus", "modelcluster", diff --git a/kfet/migrations/0040_auto_20160829_2035.py b/kfet/migrations/0040_auto_20160829_2035.py index dc1aeeab..15f972f4 100644 --- a/kfet/migrations/0040_auto_20160829_2035.py +++ b/kfet/migrations/0040_auto_20160829_2035.py @@ -4,7 +4,6 @@ from __future__ import unicode_literals import datetime from django.db import migrations, models -from django.utils.timezone import utc class Migration(migrations.Migration): @@ -17,7 +16,9 @@ class Migration(migrations.Migration): name="at", field=models.DateTimeField( auto_now_add=True, - default=datetime.datetime(2016, 8, 29, 18, 35, 3, 419033, tzinfo=utc), + default=datetime.datetime( + 2016, 8, 29, 18, 35, 3, 419033, tzinfo=datetime.timezone.utc + ), ), preserve_default=False, ), diff --git a/requirements-devel.txt b/requirements-devel.txt index d6b5c0a4..2de02a5d 100644 --- a/requirements-devel.txt +++ b/requirements-devel.txt @@ -1,5 +1,5 @@ -r requirements.txt -django-debug-toolbar==3.2.* +django-debug-toolbar==4.4.6 ipython # Tools diff --git a/requirements-prod.txt b/requirements-prod.txt index b4a99d6b..45ac4920 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -1,15 +1,15 @@ -r requirements.txt # Postgresql bindings -psycopg2==2.9.* +psycopg2==2.9.10 # Redis -django-redis-cache==3.0.* -redis==3.5.* -channels-redis==3.4.* +django-redis-cache==3.0.1 +redis==3.5.3 +channels-redis==3.4.1 # ASGI protocol and HTTP server -daphne==3.0.* +daphne==3.0.2 # ldap bindings python-ldap diff --git a/requirements.txt b/requirements.txt index 42ce4704..2f69c5c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,21 +1,19 @@ -Django==4.2.17 -Pillow==9.5.0 -authens==0.1b4 +Django==5.1.4 +Pillow==11.0.0 +authens==0.2.0 channels==3.0.5 -configparser==5.3.0 +configparser==7.1.0 django-autocomplete-light==3.11.0 django-bootstrap-form==3.4 django-cas-ng==5.0.1 -django-cors-headers==3.14.0 +django-cors-headers==4.6.0 django-djconfig==0.11.0 django-hCaptcha==0.2.0 django-js-reverse==0.10.2 -django-widget-tweaks==1.4.12 -icalendar==5.0.13 +django-widget-tweaks==1.5.0 +icalendar==6.1.0 python-dateutil==2.9.0.post0 statistics==1.0.3.5 -wagtail-modeltranslation==0.14.2 -django-modeltranslation==0.18.9 -wagtail==5.2.7 -wagtailmenus==3.1.9 -django-debug-toolbar==4.3.0 +wagtail-modeltranslation==0.15.1 +wagtail==6.3.1 +wagtailmenus==4.0.1