deps: sync dev tool versions - #409
Conversation
Automated sync from stranske/Workflows autofix-versions.env Versions hash: 2abb41b3584d This ensures consistent dev tool versions across all repos.
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 51 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 (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Workflow state fingerprint for Agents Gate Followups. Do not edit. |
There was a problem hiding this comment.
Pull request overview
Synchronizes the pinned coverage dev tool version in this repo with the centrally pinned value (per Workflows), keeping CI/dev tooling behavior consistent across repositories.
Changes:
- Bump
coverageinrequirements.lockfrom7.14.3to7.15.0. - Bump
COVERAGE_VERSIONin.github/workflows/autofix-versions.envfrom7.14.3to7.15.0.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
requirements.lock |
Updates the locked coverage version used by the dev/test toolchain. |
.github/workflows/autofix-versions.env |
Updates the canonical coverage version pin used by automation/tooling sync. |
| PYTEST_COV_VERSION=7.1.0 | ||
| PYTEST_XDIST_VERSION=3.8.0 | ||
| COVERAGE_VERSION=7.14.3 | ||
| COVERAGE_VERSION=7.15.0 |
|
Closing as superseded by stranske/Workflows#2733. Maint 52 will recreate this generated dev-tool-sync PR with the corrected PR body. |
Dev Tool Version Sync
This PR updates dev tool versions in
pyproject.tomlto match the centralversion pins from stranske/Workflows.
Changes
Why
Consistent dev tool versions across repos ensures:
Source:
.github/workflows/autofix-versions.env