Skip to content

Bump hypothesis from 6.151.9 to 6.151.11#326

Merged
fhightower merged 1 commit intomainfrom
dependabot/pip/hypothesis-6.151.11
Apr 14, 2026
Merged

Bump hypothesis from 6.151.9 to 6.151.11#326
fhightower merged 1 commit intomainfrom
dependabot/pip/hypothesis-6.151.11

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps hypothesis from 6.151.9 to 6.151.11.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.151.11

This patch improves printing of primitive values generated from complex strategies, particularly for "from_regex()". Previously, these would often be printed as function calls desctribing how to construct them. Now they will always be printed as a literal value.

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

Hypothesis for Python - version 6.151.10

When shrinking takes more than five minutes, Hypothesis now prints the "@​seed" decorator alongside the slow-shrinking warning so you can reproduce the failure.

Thanks to Ian Hunt-Isaak for this contribution!

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

Commits
  • 86de995 Bump hypothesis-python version to 6.151.11 and update changelog
  • c6e779c Merge pull request #4692 from HypothesisWorks/DRMacIver/odd-re-printing
  • 460491f Add tests for .map() printing primitives as repr
  • 1909e8a Fix isinstance with None and lint violation
  • 684e150 Force primitive values to always be printed as repr
  • dd619a8 Bump hypothesis-python version to 6.151.10 and update changelog
  • 47bf92e Merge pull request #4685 from HypothesisWorks/create-pull-request/patch
  • e87b8ba Update pinned dependencies
  • d2a9a59 Merge pull request #4677 from ianhi/slow-shrink-seed
  • 1d6046a format
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 6, 2026
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.151.9 to 6.151.11.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.151.9...hypothesis-python-6.151.11)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.151.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/hypothesis-6.151.11 branch from c578889 to cff6bf6 Compare April 9, 2026 01:24
@fhightower
Copy link
Copy Markdown
Owner

Investigation summary

  • Type: Dev dependency. Declared in pyproject.toml as hypothesis>=6.14.1,<7.0. 6.151.11 is within the existing range.

  • CI: All 10 checks pass.

  • Changelog notes: Two patch releases:

    • 6.151.10: Prints @seed decorator alongside the slow-shrinking warning so failures can be reproduced.
    • 6.151.11: Better printing of primitives from complex strategies (esp. from_regex()) — values now print as literals instead of constructor calls.

    No breaking changes.

  • Version range: PR updates requirements_dev.txt only. pyproject.toml range already covers it — no adjustment needed.

Safe to merge.

@fhightower fhightower merged commit 742c7e4 into main Apr 14, 2026
10 checks passed
@fhightower fhightower deleted the dependabot/pip/hypothesis-6.151.11 branch April 14, 2026 09:55
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