Skip to content

Commit 47d4201

Browse files
authored
Bump xmlsec1 library to v1.3.9 (#398)
1 parent 60a0788 commit 47d4201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_support/static_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def _capture_version_overrides(self):
153153
builder.libxml2_version = os.environ.get('PYXMLSEC_LIBXML2_VERSION', '2.14.6')
154154
builder.libxslt_version = os.environ.get('PYXMLSEC_LIBXSLT_VERSION', '1.1.43')
155155
builder.zlib_version = os.environ.get('PYXMLSEC_ZLIB_VERSION', '1.3.1')
156-
builder.xmlsec1_version = os.environ.get('PYXMLSEC_XMLSEC1_VERSION', '1.3.8')
156+
builder.xmlsec1_version = os.environ.get('PYXMLSEC_XMLSEC1_VERSION', '1.3.9')
157157

158158
def _ensure_source_archives(self):
159159
return [

0 commit comments

Comments
 (0)