deps: sync dev tool versions - #5795
Conversation
Automated sync from stranske/Workflows autofix-versions.env Versions hash: 69b135912235 This ensures consistent dev tool versions across all repos.
|
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. |
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 59 minutes Your organization has reached its usage spending cap. Adjust your spending cap in the billing tab. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
Comment |
There was a problem hiding this comment.
Pull request overview
This PR syncs the Ruff version used for development tooling to the centrally pinned version (from .github/workflows/autofix-versions.env), updating both pyproject.toml and the generated lockfile to keep the repo aligned with stranske/Workflows.
Changes:
- Bump
ruffdev dependency pin from0.16.1to0.16.2inpyproject.toml. - Update
requirements.lockto reflectruff==0.16.2. - Update the central pin
RUFF_VERSIONin.github/workflows/autofix-versions.envto0.16.2.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
requirements.lock |
Updates the resolved ruff lock entry to 0.16.2 to match the pinned dev tool version. |
pyproject.toml |
Updates the dev optional dependency pin for ruff to 0.16.2. |
.github/workflows/autofix-versions.env |
Updates the canonical RUFF_VERSION pin to 0.16.2 as the source-of-truth for sync scripts. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "pre-commit==4.6.0", | ||
| "black==26.5.1", | ||
| "ruff==0.16.1", | ||
| "ruff==0.16.2", | ||
| "isort==8.0.1", |
|
Superseded by #5797. The replacement's first commit reproduces this generated Ruff 0.16.2 delta exactly; its second commit contains the bounded repo-local pre-commit alignment requested in the active review thread. |
Dev Tool Version Sync
This PR updates dev tool versions in
pyproject.tomland related generated dependency files to match the central version pins from stranske/Workflows.Changes
Why
Consistent dev tool versions across repos ensures:
Source:
.github/workflows/autofix-versions.envSettled source commit:
fce14d49cbd3dd6e68598edda4eacc01fbfa95c4