From b52722126ad9c4746cfd77ff9617343cf603e07c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ses=C3=B3stris=20Vieira?= Date: Thu, 31 Oct 2024 10:27:04 -0300 Subject: [PATCH] Atualizando componentes para Django 5 --- requirements/dev-requirements.txt | 4 ++-- requirements/requirements.txt | 36 +++++++++++++++---------------- sigi/asgi.py | 2 +- sigi/urls.py | 2 +- sigi/wsgi.py | 2 +- 5 files changed, 23 insertions(+), 23 deletions(-) diff --git a/requirements/dev-requirements.txt b/requirements/dev-requirements.txt index 6ae564c..75c4b85 100644 --- a/requirements/dev-requirements.txt +++ b/requirements/dev-requirements.txt @@ -1,4 +1,4 @@ -r requirements.txt -black==24.4.2 +black==24.10.0 ipdb==0.13.13 -pygraphviz==1.13 \ No newline at end of file +pygraphviz==1.14 diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 0021317..93891df 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,33 +1,33 @@ cron-converter==1.2.1 -dnspython==2.6.1 +dnspython==2.7.0 docutils==0.21.2 -email_validator==2.1.1 -gunicorn==22.0.0 +email_validator==2.2.0 +gunicorn==23.0.0 ibge==0.0.5 inflection==0.5.1 -ipython==8.25.0 -moodlepy==0.24.0 -pandas==2.2.2 +ipython==8.29.0 +moodlepy==0.24.1 +pandas==2.2.3 parsel==1.9.1 -pillow==10.3.0 -psycopg2-binary==2.9.9 +pillow==10.4.0 +psycopg2-binary==2.9.10 python-docx==1.1.2 python-magic==0.4.27 -PyYAML==6.0.1 +PyYAML==6.0.2 requests==2.32.3 uritemplate==4.1.1 -weasyprint==62.2 +weasyprint==63.0 XlsxWriter==3.2.0 -Django==5.0.6 +Django==5.1.2 django-admin-autocomplete-filter==0.7.1 -django-auth-ldap==4.8.0 -django-debug-toolbar==4.4.2 +django-auth-ldap==5.1.0 +django-debug-toolbar==4.4.6 django-environ==0.11.2 django-extensions==3.2.3 -django-filter==24.2 -django-import-export==3.3.9 +django-filter==24.3 +django-import-export==4.2.0 django-localflavor==4.0 -django-material-admin==1.8.6 -django-tinymce==4.0.0 +django-tinymce==4.1.0 django-weasyprint==2.3.0 -djangorestframework==3.15.1 \ No newline at end of file +djangorestframework==3.15.2 +djbs-theme_sesostris @ git+https://github.com/interlegis/djbs-theme.git@57566d3a350e227dff00e40a83c634dbb099d1b3 diff --git a/sigi/asgi.py b/sigi/asgi.py index ab3a4fd..dad3484 100644 --- a/sigi/asgi.py +++ b/sigi/asgi.py @@ -4,7 +4,7 @@ ASGI config for sigi project. It exposes the ASGI callable as a module-level variable named ``application``. For more information on this file, see -https://docs.djangoproject.com/en/4.0/howto/deployment/asgi/ +https://docs.djangoproject.com/en/5.0/howto/deployment/asgi/ """ import os diff --git a/sigi/urls.py b/sigi/urls.py index 4b5a359..84fdbc9 100644 --- a/sigi/urls.py +++ b/sigi/urls.py @@ -1,7 +1,7 @@ """sigi URL Configuration The `urlpatterns` list routes URLs to views. For more information please see: - https://docs.djangoproject.com/en/4.0/topics/http/urls/ + https://docs.djangoproject.com/en/5.0/topics/http/urls/ Examples: Function views 1. Add an import: from my_app import views diff --git a/sigi/wsgi.py b/sigi/wsgi.py index 42f6aaf..bc521e8 100644 --- a/sigi/wsgi.py +++ b/sigi/wsgi.py @@ -4,7 +4,7 @@ WSGI config for sigi project. It exposes the WSGI callable as a module-level variable named ``application``. For more information on this file, see -https://docs.djangoproject.com/en/4.0/howto/deployment/wsgi/ +https://docs.djangoproject.com/en/5.0/howto/deployment/wsgi/ """ import os