Skip to content

deps(python): bump hypothesis from 6.152.4 to 6.152.12 in /python/arco in the python-flow-minor group#238

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python/arco/python-flow-minor-77978d8af2
Open

deps(python): bump hypothesis from 6.152.4 to 6.152.12 in /python/arco in the python-flow-minor group#238
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python/arco/python-flow-minor-77978d8af2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-flow-minor group in /python/arco with 1 update: hypothesis.

Updates hypothesis from 6.152.4 to 6.152.12

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
  • 3d67bbe Bump hypothesis version to 6.152.12 and update changelog
  • a8ad347 Merge pull request #4742 from Zac-HD/claude/flaky-better-messages
  • 2c60776 Show only the differing constraints in flaky mismatch messages
  • 1ecaa45 mention swarm testing
  • a9695e9 Cover new conjecture-module code from tests/conjecture/
  • 4616e23 Clarify the from_type() forward-reference changelog entry
  • 033dc88 Always record stateful steps, not only under observability
  • 2baff6d Report stateful steps leading up to FlakyStrategyDefinition
  • 306dc54 Add the strategy stack to FlakyStrategyDefinition error messages
  • 3c19e1d Improve FlakyStrategyDefinition error messages with specific details
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-flow-minor group in /python/arco with 1 update: [hypothesis](https://github.com/HypothesisWorks/hypothesis).


Updates `hypothesis` from 6.152.4 to 6.152.12
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.152.4...v6.152.12)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.152.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-flow-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 2, 2026
@dependabot dependabot Bot requested a review from ethan-tyler as a code owner June 2, 2026 19:49
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 2, 2026
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