Skip to content

deps: sync dev tool versions - #5798

Merged
stranske merged 1 commit into
phase-3from
deps/sync-dev-versions-69b135912235
Aug 9, 2026
Merged

deps: sync dev tool versions#5798
stranske merged 1 commit into
phase-3from
deps/sync-dev-versions-69b135912235

Conversation

@stranske

@stranske stranske commented Aug 8, 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 2 version updates:
  - ruff: ==0.16.1 -> ==0.16.2
  - requirements.lock:ruff: 0.16.1 -> ==0.16.2

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
Settled source commit: d49a90808881026ad7daf2ab841bb138c6a3f419

Copilot AI lite review requested due to automatic review settings August 8, 2026 07:36
@cursor

cursor Bot commented Aug 8, 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 Aug 8, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 039fac32-cfdb-4399-959a-396210982a04

📥 Commits

Reviewing files that changed from the base of the PR and between 7c3f4cf and ae84526.

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

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 the pinned Ruff version across the repo’s dev dependency definitions and the generated lockfile, aligning with the central tool pin file used by CI/autofix workflows.

Changes:

  • Bump ruff from 0.16.10.16.2 in pyproject.toml dev dependencies.
  • Update requirements.lock to reflect ruff==0.16.2.
  • Update .github/workflows/autofix-versions.env to pin RUFF_VERSION=0.16.2 for automation consistency.

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/pinned Ruff entry to 0.16.2.
pyproject.toml Bumps the dev dependency pin for Ruff to 0.16.2.
.github/workflows/autofix-versions.env Updates the central automation pin RUFF_VERSION to 0.16.2.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread pyproject.toml
  Automated sync from stranske/Workflows autofix-versions.env
  Versions hash: 69b135912235

  This ensures consistent dev tool versions across all repos.
@stranske
stranske force-pushed the deps/sync-dev-versions-69b135912235 branch from bba9146 to ae84526 Compare August 8, 2026 17:37
@stranske
stranske merged commit b45d178 into phase-3 Aug 9, 2026
39 checks passed
@stranske
stranske deleted the deps/sync-dev-versions-69b135912235 branch August 9, 2026 09:29
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