Skip to content

deps: sync dev tool versions - #930

Closed
stranske wants to merge 1 commit into
mainfrom
deps/sync-dev-versions-7297298c3ad3
Closed

stranske wants to merge 1 commit into
mainfrom
deps/sync-dev-versions-7297298c3ad3

Conversation

@stranske

@stranske stranske commented Jul 18, 2026

Copy link
Copy Markdown
Owner

Dev Tool Version Sync

This PR updates dev tool versions in pyproject.toml and related generated dependency files to match the central version pins from stranske/Workflows.

Changes

Found 7 version updates:
  - ruff: ==0.15.19 -> ==0.15.22
  - mypy: >=2.1.0 -> ==2.3.0
  - requirements-dev.lock:black: 26.3.1 -> ==26.5.1
  - requirements-dev.lock:coverage: 7.13.0 -> ==7.15.2
  - requirements-dev.lock:mypy: 2.0.0 -> ==2.3.0
  - requirements-dev.lock:pytest: 9.0.3 -> ==9.1.1
  - requirements-dev.lock:ruff: 0.15.12 -> ==0.15.22

Run with --apply to update dependency files

Why

Consistent dev tool versions across repos ensures:

  • CI behaviors match between repos
  • No surprises from version drift
  • Easier debugging when tools behave the same everywhere

Source: .github/workflows/autofix-versions.env

Summary by CodeRabbit

  • Chores
    • Updated development tooling to newer pinned versions (including linting, type checking, and coverage).
    • Standardized static analysis tooling version pins across project configuration and automation.

Copilot AI review requested due to automatic review settings July 18, 2026 16:28
@cursor

cursor Bot commented Jul 18, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@coderabbitai

coderabbitai Bot commented Jul 18, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 3ad65852-73a0-466f-9d62-59c7335315cf

📥 Commits

Reviewing files that changed from the base of the PR and between b0bba16 and 08566a2.

⛔ Files ignored due to path filters (1)
  • requirements-dev.lock is excluded by !**/*.lock, !**/*.lock
📒 Files selected for processing (2)
  • .github/workflows/autofix-versions.env
  • pyproject.toml

📝 Walkthrough

Walkthrough

Development tool versions are updated in workflow configuration and pyproject.toml. Ruff, mypy, and coverage pins are bumped, while mypy’s project dependency changes from a minimum constraint to an exact version.

Changes

Development tool version synchronization

Layer / File(s) Summary
Update development tool pins
.github/workflows/autofix-versions.env, pyproject.toml
Workflow pins for Ruff, mypy, and coverage are updated; development dependencies pin Ruff to 0.15.22 and mypy to exactly 2.3.0.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related issues

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: syncing development tool version pins.
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.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch deps/sync-dev-versions-7297298c3ad3

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

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR synchronizes Python dev-tool version pins in this consumer repository to match the central pins managed in stranske/Workflows, keeping local CI/tooling behavior consistent with the shared baseline.

Changes:

  • Updated pyproject.toml dev optional-dependency pins for ruff and mypy.
  • Updated .github/workflows/autofix-versions.env to reflect the new central pin values (ruff, mypy, coverage).
  • Regenerated requirements-dev.lock so the resolved dev dependency set matches the updated pins.

Reviewed changes

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

File Description
pyproject.toml Aligns dev optional-dependency pins (ruff, mypy) with the central versions.
requirements-dev.lock Updates locked dev tool versions (black, coverage, mypy, pytest, ruff) to match the refreshed pins.
.github/workflows/autofix-versions.env Updates the repo’s source-of-truth env pins used for dev-tool syncing.

Automated sync from stranske/Workflows autofix-versions.env
Versions hash: 7297298c3ad3

This ensures consistent dev tool versions across all repos.
@stranske
stranske force-pushed the deps/sync-dev-versions-7297298c3ad3 branch from b0bba16 to 08566a2 Compare July 26, 2026 06:02
@agents-workflows-bot
agents-workflows-bot Bot deleted the deps/sync-dev-versions-7297298c3ad3 branch August 13, 2026 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants