Skip to content

Comments

Bump hypothesis from 6.137.2 to 6.151.8#2346

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/hypothesis-6.151.8
Closed

Bump hypothesis from 6.137.2 to 6.151.8#2346
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/hypothesis-6.151.8

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps hypothesis from 6.137.2 to 6.151.8.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.151.8

This patch fixes a crash when "sys.modules" contains unhashable values, such as "SimpleNamespace" objects (issue #4660).

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

Hypothesis for Python - version 6.151.7

This patch updates our vendored list of top-level domains, which is used by the provisional "domains()" strategy.

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

Hypothesis for Python - version 6.151.6

This patch fixes several duplicate word typos in comments and documentation.

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

Hypothesis for Python - version 6.151.5

This patch teaches our pytest plugin to :ref: find interesting constants <v6.131.1> when pytest is collecting tests, to avoid arbitrarily attributing the latency to whichever test function happened to be executed first (issue #4627).

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

Hypothesis for Python - version 6.151.4

This patch adjusts how we compute the stopping threshold introduced in version 6.151.3, while still maintaining 99% confidence that <1% of test cases pass.

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

Hypothesis for Python - version 6.151.3

This patch makes Hypothesis more tolerant of slow-to-satisfy "assume()" calls. Previously, Hypothesis would give up after "max_examples * 10" attempts; now it uses a statistical test to stop only when 99% confident that <1% of examples would pass (issue #4623).

Thanks to @​ajdavis for this improvement!

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

Hypothesis for Python - version 6.151.2

Format our code with the latest version of black.

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

Hypothesis for Python - version 6.151.1

Improve internal categorization of test cases when an alternative

... (truncated)

Commits
  • 6a92140 Bump hypothesis-python version to 6.151.8 and update changelog
  • f431fd1 Merge pull request #4661 from Zac-HD/claude/fix-issue-4660-v47Zs
  • 6636685 Bump hypothesis-python version to 6.151.7 and update changelog
  • 27e40fe Merge pull request #4662 from HypothesisWorks/create-pull-request/patch
  • 34802cf Update pinned dependencies
  • c99f273 Cross-ref SimpleNamespace, snapshot sys.modules, add regression test
  • 0854c39 Handle unhashable entries in sys.modules when collecting local constants
  • 4160888 Bump hypothesis-python version to 6.151.6 and update changelog
  • 2822e66 Merge pull request #4658 from veeceey/fix/typo-combined-fixes
  • d5443c9 clean up
  • 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.137.2 to 6.151.8.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.137.2...hypothesis-python-6.151.8)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.151.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Feb 23, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 24, 2026

Superseded by #2348.

@dependabot dependabot bot closed this Feb 24, 2026
@dependabot dependabot bot deleted the dependabot/pip/hypothesis-6.151.8 branch February 24, 2026 14:14
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.

0 participants