chore: update dev tool versions from PyPI - #2828
Closed
github-actions[bot] wants to merge 1 commit into
Closed
Conversation
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.22 -> 0.16.0 [OUTDATED] Checking isort... 8.0.1 -> 8.0.1 [OK] Checking docformatter... 1.7.8 -> 1.7.8 [OK] Checking mypy... 2.3.0 -> 2.3.0 [OK] 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.2 -> 7.15.2 [OK]⚠️ Found 1 outdated version(s): ruff: 0.15.22 -> 0.16.0 ✅ Updated 1 version(s) in .github/workflows/autofix-versions.env
Owner
|
Superseded by #2840, which carries the full shared Ruff 0.16 pin surface and preserves consumer-defined Ruff selections. |
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