Skip to content

chore(deps): bump lxml from 6.1.0 to 6.1.1#5

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/lxml-6.1.1
Closed

chore(deps): bump lxml from 6.1.0 to 6.1.1#5
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/lxml-6.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 28, 2026

Bumps lxml from 6.1.0 to 6.1.1.

Changelog

Sourced from lxml's changelog.

6.1.1 (2026-05-18)

Bugs fixed

Commits
  • b4a4c59 Build: Fix build in Py3.8.
  • a116dcb Fix typo: type annotions -> type annotations in PEP 560 comments (GH-504)
  • 7287a75 Prepare release of 6.1.1.
  • 5927a6d Add missing "xlink:href" to the known HTML link attributes.
  • 23efeb4 Build: Fix build in Py3.8.
  • 2c0563b Build: Add bug patch for libxslt 1.1.43 and apply it during the static librar...
  • 8a35fcc Fix doctest in PyPy3.9.
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels May 28, 2026
@dependabot dependabot Bot force-pushed the dependabot/uv/lxml-6.1.1 branch 2 times, most recently from 323207c to 5191d53 Compare May 28, 2026 22:25
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 28, 2026

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

The PR updates the pinned lxml dependency version from 6.1.0 to 6.1.1 in pyproject.toml. This is a single-line version bump within the project.dependencies configuration.

Changes

Dependency Updates

Layer / File(s) Summary
lxml version bump
pyproject.toml
lxml dependency pinned version incremented from 6.1.0 to 6.1.1.

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning PR description lacks required sections from template: missing related issue link, incomplete description section, and no completion of mandatory checklist items. Add 'Resolve #(issue_number)' section with linked issue, expand Description section explaining why lxml 6.1.1 is needed, and check all checklist items (especially changelog and docs generation).
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title follows conventional commits format with type 'chore', scope 'deps', and clearly describes the dependency version bump.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/uv/lxml-6.1.1

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 28, 2026

Actionable comments posted: 0

@dependabot dependabot Bot force-pushed the dependabot/uv/lxml-6.1.1 branch from 5191d53 to 6d4d6e5 Compare May 28, 2026 22:39
Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
pyproject.toml (1)

3-3: ⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Bump project.version minor when changing dependencies.

This dependency change should be accompanied by a minor version bump (patch must remain 0) per repo policy. Please update version = "0.24.0" to the next minor (for example, 0.25.0).

As per coding guidelines, pyproject.toml must follow minor-bump-only versioning: patch version is always 0, and minor is bumped for any change.

Also applies to: 42-42

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@pyproject.toml` at line 3, Update the project version string from version =
"0.24.0" to the next minor with patch 0 (e.g., version = "0.25.0") in
pyproject.toml so the project.version follows the repo policy of minor-only
bumps when dependencies change; ensure the patch component remains 0.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Outside diff comments:
In `@pyproject.toml`:
- Line 3: Update the project version string from version = "0.24.0" to the next
minor with patch 0 (e.g., version = "0.25.0") in pyproject.toml so the
project.version follows the repo policy of minor-only bumps when dependencies
change; ensure the patch component remains 0.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: d95847e8-12ca-4fa3-9743-6803d56655e7

📥 Commits

Reviewing files that changed from the base of the PR and between 5191d53 and 6d4d6e5.

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (1)
  • pyproject.toml

@dependabot dependabot Bot force-pushed the dependabot/uv/lxml-6.1.1 branch from 6d4d6e5 to e57702b Compare May 28, 2026 22:56
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 28, 2026

Actionable comments posted: 0

@dependabot dependabot Bot force-pushed the dependabot/uv/lxml-6.1.1 branch 4 times, most recently from 1b90def to 5efb341 Compare May 30, 2026 08:34
@elkaix elkaix added the dependabot-approved Human-reviewed and approved Dependabot bump label May 31, 2026
@elkaix
Copy link
Copy Markdown
Contributor

elkaix commented May 31, 2026

@dependabot rebase

Bumps [lxml](https://github.com/lxml/lxml) from 6.1.0 to 6.1.1.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-6.1.0...lxml-6.1.1)

---
updated-dependencies:
- dependency-name: lxml
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@elkaix
Copy link
Copy Markdown
Contributor

elkaix commented May 31, 2026

Superseded by #32, which consolidates this bump with the other two reviewed Dependabot updates into a single PR.

@elkaix elkaix closed this May 31, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 31, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/uv/lxml-6.1.1 branch May 31, 2026 05:28
elkaix added a commit that referenced this pull request May 31, 2026
Consolidates three reviewed Dependabot bumps into one PR:
- aiohttp 3.13.4 -> 3.13.5 (bugfix patch)
- lxml 6.1.0 -> 6.1.1 (patch; transitive binary-wheel dep)
- tomlkit 0.14.0 -> 0.15.0 (minor; we use only loads/dumps/TOMLKitError)

uv.lock regenerated with no transitive changes. Replaces #2, #19, #5.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot-approved Human-reviewed and approved Dependabot bump dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant