Skip to content

Build(deps): Bump hypothesis from 6.152.4 to 6.152.6#1446

Merged
seifertm merged 1 commit into
mainfrom
dependabot/pip/main/hypothesis-6.152.6
May 19, 2026
Merged

Build(deps): Bump hypothesis from 6.152.4 to 6.152.6#1446
seifertm merged 1 commit into
mainfrom
dependabot/pip/main/hypothesis-6.152.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 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 19, 2026
@dependabot dependabot Bot requested review from Tinche, asvetlov and seifertm as code owners May 19, 2026 04:10
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 19, 2026
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.50%. Comparing base (9a73328) to head (f57dd42).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1446   +/-   ##
=======================================
  Coverage   94.50%   94.50%           
=======================================
  Files           2        2           
  Lines         510      510           
  Branches       62       62           
=======================================
  Hits          482      482           
  Misses         22       22           
  Partials        6        6           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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/main/hypothesis-6.152.6 branch from 9c12c06 to f57dd42 Compare May 19, 2026 05:50
@seifertm seifertm added this pull request to the merge queue May 19, 2026
Merged via the queue into main with commit 8a2f148 May 19, 2026
23 checks passed
@seifertm seifertm deleted the dependabot/pip/main/hypothesis-6.152.6 branch May 19, 2026 18:35
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants