Skip to content

Build(deps): Bump hypothesis from 6.152.6 to 6.152.8#1457

Merged
seifertm merged 1 commit into
mainfrom
dependabot/pip/main/hypothesis-6.152.8
May 26, 2026
Merged

Build(deps): Bump hypothesis from 6.152.6 to 6.152.8#1457
seifertm merged 1 commit into
mainfrom
dependabot/pip/main/hypothesis-6.152.8

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps hypothesis from 6.152.6 to 6.152.8.

Release notes

Sourced from hypothesis's releases.

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.

Commits
  • 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
  • d66ce67 Merge pull request #4672 from CharString/annotate-filter
  • df88957 Merge pull request #4727 from hettlage/patch-1
  • 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)

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

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.152.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 26, 2026
@dependabot
dependabot Bot requested a review from asvetlov as a code owner May 26, 2026 00:36
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 26, 2026
@dependabot
dependabot Bot requested review from Tinche and seifertm as code owners May 26, 2026 00:36
@dependabot dependabot Bot added the python Pull requests that update Python code label May 26, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.50%. Comparing base (9190447) to head (a2ff294).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1457   +/-   ##
=======================================
  Coverage   94.50%   94.50%           
=======================================
  Files           2        2           
  Lines         510      510           
  Branches       62       62           
=======================================
  Hits          482      482           
  Misses         22       22           
  Partials        6        6           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@seifertm
seifertm added this pull request to the merge queue May 26, 2026
Merged via the queue into main with commit a56fc77 May 26, 2026
23 checks passed
@seifertm
seifertm deleted the dependabot/pip/main/hypothesis-6.152.8 branch May 26, 2026 08:20
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants