Skip to content

chore(deps): bump hypothesis from 6.151.9 to 6.158.1 - #88

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/hypothesis-6.156.6
Open

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps hypothesis from 6.151.9 to 6.158.1.

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
  • 2033379 Bump hypothesis version to 6.158.1 and update changelog
  • 5eae230 Merge pull request #4808 from Zac-HD/claude/filter-rewriting-times-datetimes-...
  • 70c3efb Rewrite comparison filters on times() and datetimes() into bounds
  • 878d8d4 Bump hypothesis version to 6.158.0 and update changelog
  • a4a0189 Merge pull request #4805 from Zac-HD/claude/datetimes-tz-aware-bounds-wqraa0
  • 3ea81f9 add a few tests
  • 4ce090f Bump hypothesis version to 6.157.2 and update changelog
  • 068b2cf Merge pull request #4796 from HypothesisWorks/migrate-floats-to-rust
  • 434689a skip tests that hit half bugs, address review
  • 0884e3f Merge remote-tracking branch 'upstream/master' into plait/review-hypothesis-4796
  • 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 20, 2026
@dependabot
dependabot Bot requested a review from jsugg as a code owner July 20, 2026 09:27
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jul 20, 2026
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.151.9 to 6.158.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.151.9...v6.158.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot changed the title chore(deps): bump hypothesis from 6.151.9 to 6.156.6 chore(deps): bump hypothesis from 6.151.9 to 6.158.1 Jul 29, 2026
@dependabot
dependabot Bot force-pushed the dependabot/uv/hypothesis-6.156.6 branch from 5e68db9 to 18ff971 Compare July 29, 2026 07: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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants