Skip to content

deps(python): bump hypothesis from 6.103.4 to 6.151.6 in /backend#194

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/backend/hypothesis-6.151.6
Closed

deps(python): bump hypothesis from 6.103.4 to 6.151.6 in /backend#194
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/uv/backend/hypothesis-6.151.6

Conversation

@dependabot
Copy link

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

Bumps hypothesis from 6.103.4 to 6.151.6.

Release notes

Sourced from hypothesis's releases.

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 backend raises "BackendCannotProceed".

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

Hypothesis for Python - version 6.151.0

Add 2025.12 to the list of recognized Array API versions in "hypothesis.extra.array_api".

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

Hypothesis for Python - version 6.150.3

Hypothesis now generates powers of 2 more often when using

... (truncated)

Commits
  • 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
  • 19d47ce format
  • 26fee6a revert more matters of taste
  • a835649 Address review feedback: restore lint check with whitelist, revert taste changes
  • ea9895b Remove duplicate-word lint check from build
  • 6ef9519 Defer exit in lint() and fix all duplicate-word cases
  • d014d09 Add duplicate-word lint check and fix formatting
  • fc7d767 Fix duplicate word typos in comments and documentation
  • 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)

Summary by cubic

Upgrade Hypothesis to 6.151.6 in the backend dev dependencies to reduce flakiness and make property tests run more consistently. Updated pyproject and lockfile only.

  • Dependencies
    • hypothesis: 6.103.4 → 6.151.6
    • More tolerant assume() stopping; fewer premature give-ups/timeouts
    • Pytest plugin finds interesting constants during collection for steadier timings
    • Generators tuned (e.g., powers of two more frequent); adds Array API 2025.12 support

Written for commit d6636bd. Summary will update on new commits.

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

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.151.6
  dependency-type: direct:development
  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:uv Pull requests that update python:uv code labels Feb 16, 2026
@dependabot dependabot bot requested a review from HardMax71 as a code owner February 16, 2026 03:28
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Feb 16, 2026
@sonarqubecloud
Copy link

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 17, 2026

Dependabot attempted to update this pull request, but because the branch dependabot/uv/backend/hypothesis-6.151.6 is protected it was unable to do so.

@HardMax71 HardMax71 closed this Feb 17, 2026
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 17, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/uv/backend/hypothesis-6.151.6 branch February 17, 2026 12: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.

1 participant

Comments