Update dev dependencies - #101
Merged
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/dev-deps
branch
from
September 7, 2026 10:57
a8b2483 to
971962c
Compare
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:
==6.165.10→==6.167.1==0.16.5→==0.16.6==4.60.1→==4.61.2Release Notes
HypothesisWorks/hypothesis (hypothesis)
v6.167.1: Hypothesis version 6.167.1Compare Source
This patch improves shrinking and generation for collection strategies
which reject some drawn elements, such as "lists()" with
"unique=True". Rejected elements are now marked as discarded, so the
shrinker can delete them wholesale and generation avoids revisiting
choices that would be rejected again.
The canonical version of these notes (with links) is on readthedocs.
v6.167.0: Hypothesis version 6.167.0Compare Source
Test case observations from observability now give more detail about
why a test case failed or was abandoned (issue #3845). "metadata"
includes a new "status_reason_location" key: a "filename:lineno"
location for the "status_reason", if known - for example the location
of a failing "assume()" call, the ".filter()" call whose predicate
rejected the last drawn value, or the exception for failing tests.
Test cases which exceeded the maximum allowed size now also report a
nonempty "status_reason".
The canonical version of these notes (with links) is on readthedocs.
v6.166.0: Hypothesis version 6.166.0Compare Source
The "Phase.explain" phase now also varies interactive draws from
"data()", annotating each freely-variable "Draw n: ..." line with an
"# or any other generated value" comment, just like "@given" arguments
(issue #4403).
This release also fixes two explain-phase bugs: failing test cases
found just as the set of possible inputs was fully enumerated were
reported without running the "Phase.shrink" and "Phase.explain"
phases, and the explain phase could fail to report that the commented
parts can be varied together if the failing example ended with an
uncommented part.
The canonical version of these notes (with links) is on readthedocs.
v6.165.11: Hypothesis version 6.165.11Compare Source
This patch fixes the "redistribute_numeric_pairs" shrink pass, which
incorrectly checked "node1.type" instead of "node2.type" when guarding
against float precision loss above "MAX_PRECISE_INTEGER".
The canonical version of these notes (with links) is on readthedocs.
astral-sh/ruff (ruff)
v0.16.6Compare Source
Released on 2026-09-03.
Preview features
pytest-fixture-autouseto therestrictioncategory (#28219)flake8-pytest-style] Add an autofix forPT020(#27993)flake8-tidy-imports] Prevent fix loop betweenTID254andTID255(#28262)isort] Exclude pragma comments from line length calculation (I001) (#27313)Bug fixes
flake8-async,pylint] Recognizebuiltins.open(ASYNC230,PLW1514) (#28021)flake8-bugbear] Fix panic onmatchsubjects (B031) (#27781)flake8-datetimez] Rejecttzinfo=Nonefordatetimebounds (DTZ901) (#28022)flake8-pytest-style] Avoid duplicatePT017diagnostics (#27918)ruff] Removelint.externalhint for Ruff-specific suppressions (RUF102) (#27923)Rule changes
flake8-use-pathlib] Add display-only fix foros.listdir(PTH208) (#28027)Documentation
lint.per-file-ignores(#28106)flake8-async] Document thread offloading (ASYNC240) (#28008)pyupgrade] Clarify defaultencodingargument handling (UP012) (#27315)Other changes
Contributors
tox-dev/tox (tox)
v4.61.2Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/tox@4.61.1...4.61.2
v4.61.1Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.61.0...4.61.1
v4.61.0Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.60.1...4.61.0
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.