chore: update dev tool versions from PyPI - #2784
Merged
Merged
Conversation
stranske
enabled auto-merge (squash)
July 16, 2026 10:30
stranske
temporarily deployed
to
agent-high-privilege
July 17, 2026 10:28 — with
GitHub Actions
Inactive
1 task
Contributor
Workflow source neededPR #2784 needs either a linked GitHub issue or one valid non-issue Workflow Source before PR metadata automation can manage it safely. Please do one of:
Once a valid source is present, this warning will not be reposted. |
Contributor
Automated Status SummaryHead SHA: eba6fc8
Coverage Overview
Coverage Trend
Top Coverage Hotspots (lowest coverage)
Low Coverage Files (<50.0%)
Updated automatically; will refresh on subsequent CI/Docker completions. Keepalive checklistScopeNo scope information available Tasks
Acceptance criteria
|
Contributor
Author
|
Runner dispatch state for codex on PR #2784. Do not edit. |
stranske
temporarily deployed
to
agent-high-privilege
July 17, 2026 10:43 — with
GitHub Actions
Inactive
Auto-generated by maint-auto-update-pypi-versions workflow. Checking versions in .github/workflows/autofix-versions.env... Checking black... 26.5.1 -> 26.5.1 [OK] Checking ruff... 0.15.20 -> 0.15.21 [OUTDATED] Checking isort... 8.0.1 -> 8.0.1 [OK] Checking docformatter... 1.7.8 -> 1.7.8 [OK] Checking mypy... 2.1.0 -> 2.3.0 [OUTDATED] Checking pytest... 9.1.1 -> 9.1.1 [OK] Checking pytest-cov... 7.1.0 -> 7.1.0 [OK] Checking pytest-xdist... 3.8.0 -> 3.8.0 [OK] Checking coverage... 7.15.1 -> 7.15.2 [OUTDATED]⚠️ Found 3 outdated version(s): ruff: 0.15.20 -> 0.15.21 mypy: 2.1.0 -> 2.3.0 coverage: 7.15.1 -> 7.15.2 ✅ Updated 3 version(s) in .github/workflows/autofix-versions.env
stranske
force-pushed
the
auto/update-pypi-versions-20260716
branch
from
July 17, 2026 14:30
5345d79 to
1a7b895
Compare
stranske
temporarily deployed
to
agent-high-privilege
July 17, 2026 14:30 — with
GitHub Actions
Inactive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates the pinned dev tool versions in
autofix-versions.env.It matches the latest releases on PyPI.
Changes
Why this matters
Keeping dev tool versions current ensures:
Auto-generated by the maint-auto-update-pypi-versions workflow