Skip to content

chore(deps): bump codespell from 2.4.1 to 2.4.2#388

Merged
mergify[bot] merged 1 commit intomainfrom
devs/jd/chore/bump-codespell-2.4.2/Ia254760cacc4ae4d286e8d1ebed52f1f59d6116f
Mar 27, 2026
Merged

chore(deps): bump codespell from 2.4.1 to 2.4.2#388
mergify[bot] merged 1 commit intomainfrom
devs/jd/chore/bump-codespell-2.4.2/Ia254760cacc4ae4d286e8d1ebed52f1f59d6116f

Conversation

@jd
Copy link
Copy Markdown
Member

@jd jd commented Mar 26, 2026

codespell 2.4.2 requires Python >= 3.9, but the project supports
Python >= 3.8. Add a python_version marker so uv can resolve
dependencies for all supported Python versions.

Fixes #373

codespell 2.4.2 requires Python >= 3.9, but the project supports
Python >= 3.8. Add a python_version marker so uv can resolve
dependencies for all supported Python versions.

Fixes #373

Change-Id: Ia254760cacc4ae4d286e8d1ebed52f1f59d6116f
Copilot AI review requested due to automatic review settings March 26, 2026 12:35
@mergify mergify bot deployed to Mergify Merge Protections March 26, 2026 12:35 Active
@mergify
Copy link
Copy Markdown

mergify bot commented Mar 26, 2026

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 Approval

Wonderful, this rule succeeded.
  • #approved-reviews-by >= 2

🟢 Continuous Integration

Wonderful, this rule succeeded.
  • all of:
    • check-success = codespell
    • check-success = test (3.10)
    • check-success = test (3.11)
    • check-success = test (3.12)
    • check-success = test (3.13)
    • check-success = test (3.14)
    • check-success = test (3.8)
    • check-success = test (3.9)

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?:

🟢 🔎 Reviews

Wonderful, this rule succeeded.
  • #changes-requested-reviews-by = 0
  • #review-requested = 0
  • #review-threads-unresolved = 0

🟢 📕 PR description

Wonderful, this rule succeeded.
  • body ~= (?ms:.{48,})

@mergify mergify bot requested a review from a team March 26, 2026 12:36
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the codespell dev dependency to 2.4.2 while keeping the project compatible with Python 3.8 by conditionally including codespell only on Python >= 3.9. This ensures uv can resolve/install the dev dependency set across the full supported Python range (Fixes #373).

Changes:

  • Bump codespell from 2.4.1 to 2.4.2.
  • Add a Python version marker (python_version >= '3.9') for codespell in pyproject.toml.
  • Regenerate/update uv.lock to reflect the marker-based resolution (including multi-resolution markers).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
pyproject.toml Adds a Python version marker to codespell==2.4.2 in the dev dependency group so Python 3.8 environments can still resolve dev dependencies.
uv.lock Updates the locked codespell artifact metadata and records marker-partitioned resolution to support both <3.9 and >=3.9 environments.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jd jd marked this pull request as ready for review March 26, 2026 13:59
Comment thread pyproject.toml
mergify bot added a commit that referenced this pull request Mar 27, 2026
@mergify
Copy link
Copy Markdown

mergify bot commented Mar 27, 2026

Merge Queue Status

This pull request spent 1 minute 22 seconds in the queue, including 1 minute 8 seconds running CI.

Required conditions to merge

@mergify mergify bot added the queued label Mar 27, 2026
@mergify mergify bot merged commit 248ea33 into main Mar 27, 2026
16 checks passed
@mergify mergify bot deleted the devs/jd/chore/bump-codespell-2.4.2/Ia254760cacc4ae4d286e8d1ebed52f1f59d6116f branch March 27, 2026 17:02
@mergify mergify bot removed the queued label Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants