Skip to content

Bump hypothesis from 6.152.4 to 6.152.6#2402

Merged
sobolevn merged 1 commit into
masterfrom
dependabot/pip/hypothesis-6.152.6
May 19, 2026
Merged

Bump hypothesis from 6.152.4 to 6.152.6#2402
sobolevn merged 1 commit into
masterfrom
dependabot/pip/hypothesis-6.152.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps hypothesis from 6.152.4 to 6.152.6.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.152.6

This patch adds a shrinking pass that tries natural text transformations - unicode decomposition (NFD/NFKD) and case mapping - on individual characters in string choices. Failures involving e.g. ""À" != "À".lower()" will now reliably shrink to ""A"" rather than sometimes getting stuck on the high-codepoint accented form (issue #4725).

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.152.5

This patch improves the "Phase.explain" phase so that simple cases like "assert n1 == n2" no longer get a misleading "# or any other generated value" comment (issue #4715). Before falling back to random sampling, we now also try borrowing values from each other arg slice with matching shape.

The canonical version of these notes (with links) is on readthedocs.

Commits
  • e7be868 Bump hypothesis-python version to 6.152.6 and update changelog
  • bc203c0 Merge pull request #4726 from HypothesisWorks/DRMacIver/unicode-normalization
  • df78fb8 Cache _natural_simpler_chars and extend candidates with all chars
  • 5421485 Bump hypothesis-python version to 6.152.5 and update changelog
  • 9c503ea Merge pull request #4718 from Zac-HD/claude/fix-issue-4715-uonex
  • 08f6bbb Drop unreachable defensive branches from _natural_simpler_chars
  • 4082379 Add a shrink pass for natural unicode text transformations
  • c236887 Merge pull request #4724 from HypothesisWorks/DRMacIver/fix-pyiodide
  • 0150df4 Bump pyodide-build to 0.34.3 to fix CI
  • c31c869 Document the format-before-push requirement for Claude Code
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 18, 2026
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.152.4 to 6.152.6.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.152.4...hypothesis-python-6.152.6)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.152.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/hypothesis-6.152.6 branch from c4d76b3 to 2a114d8 Compare May 19, 2026 08:52
@sobolevn sobolevn merged commit 17b42ab into master May 19, 2026
22 checks passed
@sobolevn sobolevn deleted the dependabot/pip/hypothesis-6.152.6 branch May 19, 2026 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Development

Successfully merging this pull request may close these issues.

1 participant