We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a0788 commit 47d4201Copy full SHA for 47d4201
build_support/static_build.py
@@ -153,7 +153,7 @@ def _capture_version_overrides(self):
153
builder.libxml2_version = os.environ.get('PYXMLSEC_LIBXML2_VERSION', '2.14.6')
154
builder.libxslt_version = os.environ.get('PYXMLSEC_LIBXSLT_VERSION', '1.1.43')
155
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')
+ builder.xmlsec1_version = os.environ.get('PYXMLSEC_XMLSEC1_VERSION', '1.3.9')
157
158
def _ensure_source_archives(self):
159
return [
0 commit comments