Actualiza dependencias a las últimas versiones (Django 6.0.7, Python 3.14)

- Django 4.2.17 -> 6.0.7
- stripe 11.4.1 -> 15.3.0, pillow 11 -> 12, django-extensions 3.2.3 -> 4.1
- resto de paquetes actualizados a su última versión
- verificado: manage.py check, makemigrations --check y arranque WSGI OK
- .gitignore: ignora .venv/

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-12 15:58:45 +00:00
parent 9c92778816
commit e1c04a92e3
2 changed files with 17 additions and 16 deletions
+2 -1
View File
@@ -3,4 +3,5 @@ staticfiles/
wotlk_db/__pycache__/
home/__pycache__
home/migrations/__pycache__
**/__pycache__/*.pyc
**/__pycache__/*.pyc
.venv/
+15 -15
View File
@@ -1,15 +1,15 @@
asgiref==3.8.1
certifi==2024.12.14
charset-normalizer==3.4.1
Django==4.2.17
django-ckeditor-5==0.2.15
django-extensions==3.2.3
gmpy2==2.2.1
idna==3.10
mysqlclient==2.2.6
pillow==11.0.0
requests==2.32.3
sqlparse==0.5.3
stripe==11.4.1
typing_extensions==4.12.2
urllib3==2.3.0
asgiref==3.11.1
certifi==2026.6.17
charset-normalizer==3.4.9
Django==6.0.7
django-ckeditor-5==0.2.20
django-extensions==4.1
gmpy2==2.3.1
idna==3.18
mysqlclient==2.2.8
pillow==12.3.0
requests==2.34.2
sqlparse==0.5.5
stripe==15.3.0
typing_extensions==4.16.0
urllib3==2.7.0