Skip to content

chore(deps-dev): bump hypothesis from 6.152.4 to 6.152.9#365

Merged
github-actions[bot] merged 1 commit into
httpxfrom
dependabot/uv/httpx/hypothesis-6.152.9
May 22, 2026
Merged

chore(deps-dev): bump hypothesis from 6.152.4 to 6.152.9#365
github-actions[bot] merged 1 commit into
httpxfrom
dependabot/uv/httpx/hypothesis-6.152.9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Bumps hypothesis from 6.152.4 to 6.152.9.

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
  • 56018dc Bump hypothesis-python version to 6.152.9 and update changelog
  • 4b976e2 Merge pull request #4728 from HypothesisWorks/new-integers-distribution
  • ec394ec Bump hypothesis-python version to 6.152.8 and update changelog
  • 70a31fa Merge pull request #4709 from HypothesisWorks/create-pull-request/patch
  • ab53fc1 drop end-of-life Django 4.2
  • 0f3d80e sort PYTHONS dict in autoupdate output
  • 3cdf0c8 format
  • b5f5975 address typing changes for mypy 2.0
  • 14f3bd4 Update pinned dependencies
  • adc8d2d Bump hypothesis-python version to 6.152.7 and update changelog
  • 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 May 21, 2026
@TKIPisalegacycipher
Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/uv/httpx/hypothesis-6.152.9 branch from 46d25bb to f58b0c5 Compare May 21, 2026 23:39
@github-actions github-actions Bot enabled auto-merge (squash) May 21, 2026 23:39
@TKIPisalegacycipher
Copy link
Copy Markdown
Collaborator

@dependabot rebase

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.152.4 to 6.152.9.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.152.4...hypothesis-python-6.152.9)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.152.9
  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/uv/httpx/hypothesis-6.152.9 branch from f58b0c5 to 763548d Compare May 22, 2026 00:02
@github-actions github-actions Bot merged commit 0cd6c56 into httpx May 22, 2026
11 of 15 checks passed
@github-actions github-actions Bot deleted the dependabot/uv/httpx/hypothesis-6.152.9 branch May 22, 2026 00:05
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.

1 participant