Skip to content

Commit 01c2422

Browse files
committed
Bump xmlsec win to 1.3.11
1 parent 5e8b4e6 commit 01c2422

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cache_libs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ on:
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:

build_support/lib_xmlsec_dependency_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def triplet(self) -> str:
3636

3737

3838
class 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

0 commit comments

Comments
 (0)