fix(deps): update dependency xmlsec to <1.3.17 #211
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
<1.3.15
-><1.3.17
Release Notes
mehcode/python-xmlsec (xmlsec)
v1.3.16
Compare Source
Release Date: 2025-07-10
Version: 1.3.16
Compatibility and Wheel Support
This release provides binary wheels that are fully compatible with lxml v6.0.0. The compatibility is ensured by using the same underlying
libxml2
version in bothpython-xmlsec
andlxml
.Because of this strict requirement, the wheels cannot be used with versions of lxml lower than 6.0.0. Mixing versions will lead to runtime errors.
Common Error
If you see the following message:
it indicates that the version of
libxml2
used to buildlxml
does not match the version used to buildpython-xmlsec
.Recommended Solutions
lxml
to v6.0.0, orlxml
andpython-xmlsec
manually from source using the samelibxml2
versionWheel Build Configuration
Linux and macOS Wheels
These wheels are built against the following versions, which match those used in
lxml v6.0.0
:libxml2
v2.14.4libxslt
v1.1.43xmlsec1
v1.3.7Windows Binary Wheels
The Windows binary wheels were compiled using Visual Studio 2022 and include the following libraries:
iconv
v1.18-1libxml2
v2.11.9-3libxslt
v1.1.39openssl
v3.0.16.pl1xmlsec
v1.3.7zlib
v1.3.1These versions are compatible with those used in
lxml v6.0.0
.Acknowledgements
Special thanks to @TomiBelan for helping with the creation of binary wheels for this release.
v1.3.15
Compare Source
What's Changed
New Contributors
Full Changelog: xmlsec/python-xmlsec@1.3.14...1.3.15
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone US/Eastern, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.