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.
This PR contains the following updates:
<1.3.15-><1.3.17Release Notes
mehcode/python-xmlsec (xmlsec)
v1.3.16Compare 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
libxml2version in bothpython-xmlsecandlxml.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
libxml2used to buildlxmldoes not match the version used to buildpython-xmlsec.Recommended Solutions
lxmlto v6.0.0, orlxmlandpython-xmlsecmanually from source using the samelibxml2versionWheel Build Configuration
Linux and macOS Wheels
These wheels are built against the following versions, which match those used in
lxml v6.0.0:libxml2v2.14.4libxsltv1.1.43xmlsec1v1.3.7Windows Binary Wheels
The Windows binary wheels were compiled using Visual Studio 2022 and include the following libraries:
iconvv1.18-1libxml2v2.11.9-3libxsltv1.1.39opensslv3.0.16.pl1xmlsecv1.3.7zlibv1.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.15Compare 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.