Skip to content

Bump hypothesis from 6.152.4 to 6.152.6 in /test_package/numpy#83

Merged
alessiamarcolini merged 2 commits into
mainfrom
dependabot/pip/test_package/numpy/hypothesis-6.152.6
May 12, 2026
Merged

Bump hypothesis from 6.152.4 to 6.152.6 in /test_package/numpy#83
alessiamarcolini merged 2 commits into
mainfrom
dependabot/pip/test_package/numpy/hypothesis-6.152.6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 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 compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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 added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 12, 2026
@alessiamarcolini alessiamarcolini force-pushed the dependabot/pip/test_package/numpy/hypothesis-6.152.6 branch from 46f71f7 to 0434f91 Compare May 12, 2026 08:47
@alessiamarcolini alessiamarcolini enabled auto-merge (rebase) May 12, 2026 08:48
@alessiamarcolini alessiamarcolini merged commit 647dd52 into main May 12, 2026
10 checks passed
@alessiamarcolini alessiamarcolini deleted the dependabot/pip/test_package/numpy/hypothesis-6.152.6 branch May 12, 2026 08:58
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.

1 participant