Compatibilidad con Python 3.13
- Actualiza dependencias: cryptography>=41.0.0, pyOpenSSL>=23.2.0, xmlsec>=1.3.12, xmlsig>=0.1.9, zeep>=4.2.1, lxml>=5.2.2 - Anade monkey-patch para xades.load_pkcs12 con pyOpenSSL >= 24 (PKCS12 eliminado de OpenSSL.crypto) - Reemplaza datetime.utcnow() por datetime.now(timezone.utc) - Reemplaza APIs deprecadas de lxml en facho.py y codelist - Migra verificacion PKCS12 de pyOpenSSL a cryptography API en fe.py - Moderniza typing: Union/Optional/List a sintaxis | y list[] - Actualiza requirements_dev.txt con versiones recientes - Actualiza tox.ini y Makefile.dev para Python 3.13
This commit is contained in:
@@ -1,17 +1,15 @@
|
||||
attrs==22.1.0
|
||||
distlib==0.3.6
|
||||
filelock==3.8.0
|
||||
iniconfig==1.1.1
|
||||
packaging==21.3
|
||||
platformdirs==2.5.2
|
||||
pluggy==1.0.0
|
||||
py==1.11.0
|
||||
pyparsing==3.0.9
|
||||
pytest==7.1.3
|
||||
attrs==24.2.0
|
||||
distlib==0.3.9
|
||||
filelock==3.16.1
|
||||
iniconfig==2.0.0
|
||||
packaging==24.1
|
||||
platformdirs==4.3.6
|
||||
pluggy==1.5.0
|
||||
pyparsing==3.2.0
|
||||
pytest==8.3.4
|
||||
semantic-version==2.10.0
|
||||
setuptools-rust==1.5.2
|
||||
setuptools-rust==1.10.2
|
||||
six==1.16.0
|
||||
tomli==2.0.1
|
||||
tox==3.26.0
|
||||
typing_extensions==4.4.0
|
||||
virtualenv==20.16.5
|
||||
tomli==2.2.1
|
||||
tox==4.23.2
|
||||
virtualenv==20.28.0
|
||||
|
||||
Reference in New Issue
Block a user