Skip to content

chore(deps): bump hypothesis from 6.151.9 to 6.156.4#75

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/hypothesis-6.156.1
Closed

chore(deps): bump hypothesis from 6.151.9 to 6.156.4#75
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/hypothesis-6.156.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps hypothesis from 6.151.9 to 6.156.4.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.152.9

This release substantially improves our internal distribution for generating integers. This release has the most visible effect on "integers()", but may incidentally improve other strategies which draw integers internally.

Our integers distribution had two problems. First, it had jagged discontinuities at certain values where we switched sampling approaches. Second, it used a different distribution for bounded and unbounded ranges, which resulted in "st.integers()" and "st.integers(-264, 264)" producing very different distributions despite being semantically similar.

We now use a smooth distribution for both "st.integers()" and "st.integers(a, b)", which fixes both of these issues. This should substantially improve our testing power in certain cases.

The only way this release should be user-visible is that it finds more bugs! If this release is user-visible in other ways - for example, because it is slower, or produces a worse distribution in some cases - please open an issue.

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

Hypothesis for Python - version 6.152.8

This release drops support for end-of-life Django 4.2.

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

Hypothesis for Python - version 6.152.7

This patch improves our type hints for ".filter()" to work with "typing.TypeGuard". For example:

from typing import TypeGuard

from hypothesis import strategies as st

def is_str(x: object) -> TypeGuard[str]: return isinstance(x, str)

s = st.from_type(object).filter(is_str)

previously: SearchStrategy[object]

now: SearchStrategy[str]

reveal_type(s)

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

Hypothesis for Python - version 6.152.6

This patch adds a shrinking pass that tries natural text

... (truncated)

Commits
  • 8683661 Bump hypothesis version to 6.156.4 and update changelog
  • d55de5a Merge pull request #4793 from Liam-DeVoe/abi3-wheels
  • 81be9b1 Merge pull request #4792 from HypothesisWorks/fix-version-import
  • 503f86d ship abi3 wheels
  • 60c92c0 fix docs build in github release
  • a6ca790 Bump hypothesis version to 6.156.3 and update changelog
  • 3a49f9e Merge pull request #4786 from Liam-DeVoe/fix-release
  • 3ea2aef Bump hypothesis version to 6.156.2 and update changelog
  • 6bdf847 Merge pull request #4787 from dylan-bakr/patch-github-artifact-database-keyerror
  • 8edffba simplify comment
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jul 13, 2026
@dependabot
dependabot Bot requested a review from jsugg as a code owner July 13, 2026 09:26
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jul 13, 2026
@dependabot dependabot Bot changed the title chore(deps): bump hypothesis from 6.151.9 to 6.156.1 chore(deps): bump hypothesis from 6.151.9 to 6.156.4 Jul 17, 2026
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.151.9 to 6.156.4.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.151.9...v6.156.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/uv/hypothesis-6.156.1 branch from 741a5f0 to bf58ed7 Compare July 17, 2026 09:33
@dependabot @github

dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #88.

@dependabot dependabot Bot closed this Jul 20, 2026
@dependabot
dependabot Bot deleted the dependabot/uv/hypothesis-6.156.1 branch July 20, 2026 09:27
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants