Skip to content

Commit 4d57751

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 774bb60 commit 4d57751

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

build_support/lib_xmlsec_dependency_builder.py

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

3737
class LibXmlsecDependencyBuilder:
3838
# WINDOWS_LIBS_DOWNLOAD_RELEASE_URL = 'https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/2025.07.10/'
39-
WINDOWS_LIBS_DOWNLOAD_RELEASE_URL = 'https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/untagged-b4bcfc66f72f113f6039/'
39+
WINDOWS_LIBS_DOWNLOAD_RELEASE_URL = (
40+
'https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/untagged-b4bcfc66f72f113f6039/'
41+
)
4042
LIB_VERSION_ENV_VARS: ClassVar[dict[str, str]] = {
4143
'libiconv_version': 'PYXMLSEC_LIBICONV_VERSION',
4244
'libxml2_version': 'PYXMLSEC_LIBXML2_VERSION',

0 commit comments

Comments
 (0)