File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 required : false
4545 type : string
4646 WIN_XMLSEC1_VERSION :
47- default : " 1.3.10 "
47+ default : " 1.3.11 "
4848 required : false
4949 type : string
5050 WIN_ZLIB_VERSION :
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def triplet(self) -> str:
3636
3737
3838class LibXmlsecDependencyBuilder :
39- WINDOWS_LIBS_DOWNLOAD_RELEASE_URL = 'https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/2026.04.20 /'
39+ WINDOWS_LIBS_DOWNLOAD_RELEASE_URL = 'https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/2026.04.28 /'
4040 LIB_VERSION_ENV_VARS : ClassVar [dict [str , str ]] = {
4141 'libiconv_version' : 'PYXMLSEC_LIBICONV_VERSION' ,
4242 'libxml2_version' : 'PYXMLSEC_LIBXML2_VERSION' ,
@@ -58,7 +58,7 @@ class LibXmlsecDependencyBuilder:
5858 'libxml2_version' : '2.11.9-3' , # Make sure it matches with lxml
5959 'libxslt_version' : '1.1.39' ,
6060 'openssl_version' : '3.5.6' ,
61- 'xmlsec1_version' : '1.3.10 ' ,
61+ 'xmlsec1_version' : '1.3.11 ' ,
6262 'zlib_version' : '1.3.1' ,
6363 }
6464
You can’t perform that action at this time.
0 commit comments