Update lxml requirement from ~=6.0.2 to ~=6.1.2 - #199
Merged
Conversation
villelaitila
left a comment
Contributor
There was a problem hiding this comment.
Reviewed the diff — this is a one-line dependency version bump (lxml~=6.0.2 → lxml~=6.1.2) in requirements.txt, no code changes. No logical issues or weaknesses found.
Worth noting: the ~=6.1.2 range picks up two security-relevant fixes from lxml's changelog:
- 6.1.0 fixed an XXE (external entity injection) vulnerability in
iterparse()andETCompatXMLParser(resolve_entitieswas incorrectlyTrue). - 6.1.1 fixed a URL-bypass issue in
lxml.html.defs.link_attrs(missingxlink:href) and bundled patched libxslt fixing CVE-2025-7424 and CVE-2025-11731.
This repo doesn't appear to use iterparse() or lxml.html cleaning directly based on a quick check, but taking the upgrade is still a reasonable, low-risk move. No objections to merging.
Generated by Claude Code
Updates the requirements on [lxml](https://github.com/lxml/lxml) to permit the latest version. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](lxml/lxml@lxml-6.0.2...lxml-6.1.2) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/lxml-approx-eq-6.1.2
branch
from
August 31, 2026 05:50
a531997 to
a156d2c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Updates the requirements on lxml to permit the latest version.
Changelog
Sourced from lxml's changelog.
... (truncated)
Commits
f2874e9Update release date.687a295Build: Exclude Py3.8 from windows-arm builds.acadc56Build: Remove outdated build target.59f93ebBuild: Split old-Linux and other-Py3.8 builds.923df83Build: Fix manylinux2014 build.975cc83Build: Fix Px3.8 build setup.09e5d3eBuild: Fix cibuildwheel version.998cf50Build: Build Py3.8 wheels only once, not in every build job.5567037Build: Exclude Py3.15 from 32bit builds.904db40Build: Update cibuildwheel to include Py3.15.