chore(deps): bump lxml from 6.0.2 to 6.1.0#252
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Bumps [lxml](https://github.com/lxml/lxml) from 6.0.2 to 6.1.0. - [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.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Security review completed for this PR.
Result: No high-confidence vulnerabilities found.
What changed
- Only
uv.lockwas modified. lxmlwas bumped from6.0.2to6.1.0.- Locked artifact hashes were updated (sdist/wheels remain hash-pinned to PyPI artifacts).
Threat-model assessment
- No application code changes, so no new injection/authn/authz/SSRF/XSS/request-forgery paths were introduced in this diff.
- No secrets handling or logging paths changed.
Residual supply-chain risk (low confidence / general)
- As with any dependency upgrade, trust shifts to the upstream release contents.
- Recommended validation before merge: keep CI green, run dependency vulnerability scanning (
pip-audit/equivalent), and ensure lockfile install is performed in frozen mode.
Sent by Cursor Automation: Find vulnerabilities
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.


Bumps lxml from 6.0.2 to 6.1.0.
Changelog
Sourced from lxml's changelog.
... (truncated)
Commits
43722f4Update changelog.8747040Name version of option change in docstring.6c36e6cFix pypistats URL in download statistics script.c7d76d6Change security policy to point to Github security advisories.378ccf8Update project income report.315270bDocs: Reduce TOC depth of package pages and move module contents first.6dbba7fDocs: Show current year in copyright line.e4385bfUpdate project income report.5bed1e1Validate file hashes in release download script.c13ee10Prepare release of 6.1.0.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Note
Medium Risk
Dependency-only change, but
lxmlis a widely used XML/HTML parsing library and version bumps can subtly change parsing/serialization behavior. The update is security-motivated (XXE hardening), which may affect code relying on previous entity-resolution defaults.Overview
Updates the pinned
lxmldependency inuv.lockfrom6.0.2to6.1.0, refreshing the associated sdist and wheel artifact hashes/URLs.This brings in upstream security fixes (notably XXE hardening in
iterparse()/ETCompatXMLParser) and other minor release changes via the lockfile update.Reviewed by Cursor Bugbot for commit 73ffbe9. Bugbot is set up for automated code reviews on this repo. Configure here.