⬆️ deps: Update Python dev dependencies - #55
Merged
Conversation
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.
This PR contains the following updates:
>=16.4→>=16.5>=0.16.2→>=0.16.3>=0.0.69→>=0.0.72Release Notes
pytest-dev/pytest-rerunfailures (pytest-rerunfailures)
v16.5Compare Source
Features
++++++++
--max-suite-rerunsoption to cap the total number of reruns acrossthe entire test suite. Once the limit is reached, no further reruns occur
regardless of per-test
--rerunsor@pytest.mark.flakysettings.(
#​298 <https://github.com/pytest-dev/pytest-rerunfailures/issues/298>_)Bug Fixes
+++++++++
the failed attempt was reused, so state stored on
selfleaked into thererun and broke test isolation. Fixtures cached at class scope or higher are
still not re-executed. (
#​268 <https://github.com/pytest-dev/pytest-rerunfailures/issues/268>_)--rerun-except. Previously only the error from the current test stage wasconsidered, so a
--rerun-except-matching error raised during teardown wasignored and the test was rerun anyway. (
#​270 <https://github.com/pytest-dev/pytest-rerunfailures/issues/270>_)astral-sh/ruff (ruff)
v0.16.3Compare Source
Released on 2026-08-13.
Preview features
pylint] Fix false negatives on negative numbers (PLR6104) (#27251)pyupgrade] Add rule to replacewhile 1withwhile True(UP048) (#27190)Bug fixes
flake8-bandit] Also check keyword arguments (S602,S603,S607,S609) (#27687)pylint] Allowcontinueinfinallyon Python 3.8 (#27626)pylint] FixPLE1307false positive with bools (#27651)pylint] Fix false positives and negatives with%bformat character (PLE1300,PLE1307) (#27560)pylint] Improve handling of concatenated strings (PLE1300) (#27659)Rule changes
numpy] Makenp.chararrayautofix backwards-compatible (NPY201) (#27527)Performance
Exprsize to 64 bytes (#27591)CLI
ruff check --statisticsoutput (#27646)Documentation
ruff] Also suggestasyncio.TaskGroup(RUF006) (#27461)Other changes
Contributors
astral-sh/ty (ty)
v0.0.72Compare Source
Released on 2026-08-14.
Preview features
Library support
Diagnostics
TypedDicttypes (#27717)Core type checking
__getattr__calls (#27507)TypedDictaliases (#27760)Never(#27580)TypeVarTuplein call binding (#26886)Performance
Contributors
v0.0.71Compare Source
Released on 2026-08-12.
Library support
Diagnostics
__getattribute__calls (#27506)Core type checking
type[...]parameters (#27689)TypeVartypes when slicing (#27645)Selfand bounded type variables (#27644)_missing_methods (#27700)type[](#27663)Performance
Contributors
v0.0.70Compare Source
Released on 2026-08-10.
LSP server
TYPE_CHECKINGblocks (#27549)CLI
Diagnostics
unsound-return-statementlint (#27561)unsound-yieldlint (#27593)__getattr__calls (#27502)__get__calls (#27400)Core type checking
Generatoraliases when evaluating return, send, and yield types (#27577)TypedDictkey-membership truthiness (#27579)type[T](#27534)NewTypetypes and their underlying values (#27522)ClassVardeclarations for protocol members (#27530)Annotatedinsidetype[...](#27629)Contributors
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.