Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

Bumps the minor group with 1 update: hypothesis.

Updates hypothesis from 6.136.6 to 6.138.13

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.138.13

Fix a typo affecting pretty-printing of lambdas with complex default arguments.

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

Hypothesis for Python - version 6.138.12

Improve automatic detection of the CI profile on various vendor- specific CI systems.

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

Hypothesis for Python - version 6.138.11

This patch updates our vendored list of top-level domains, which is used by the provisional "domains()" strategy.

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

Hypothesis for Python - version 6.138.10

Internal refactor to simplify "SearchStrategy".

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

Hypothesis for Python - version 6.138.9

This patch further improves stringification of lambdas, by never returning a lambda source unless it is confirmed to compile to the same code object. This stricter check makes it possible to widen the search for a matching source block, so that it can often be found even if the file has been edited.

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

Hypothesis for Python - version 6.138.8

Fixes a race condition under threading when using "deferred()".

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

Hypothesis for Python - version 6.138.7

Improves upon the cache eviction problem workaround of v6.135.12.

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

Hypothesis for Python - version 6.138.6

Documentation tweaks.

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

Hypothesis for Python - version 6.138.5

Fixes a race condition under threading for strategies which trigger our filter-rewriting rules, like "st.integers().filter(lambda x:

... (truncated)

Commits
  • f09c331 Bump hypothesis-python version to 6.138.13 and update changelog
  • 717d957 Merge pull request #4532 from jobh/fix-4531
  • 214c17e Strengthen lambda key size test
  • 3db87b3 Fix typo (#4531)
  • 34c0255 Bump hypothesis-python version to 6.138.12 and update changelog
  • aa4f3cf Merge pull request #4530 from Liam-DeVoe/next2
  • c239456 simplify code
  • 0d71df0 update tests
  • c7f43f3 Merge branch 'master' into next2
  • 7a08af1 Bump hypothesis-python version to 6.138.11 and update changelog
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 minor group with 1 update: [hypothesis](https://github.com/HypothesisWorks/hypothesis).


Updates `hypothesis` from 6.136.6 to 6.138.13
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.136.6...hypothesis-python-6.138.13)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Sep 2, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 2, 2025 14:25
@dependabot dependabot bot added the part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) label Sep 2, 2025
@dependabot dependabot bot requested a review from llucax September 2, 2025 14:25
@dependabot dependabot bot added the type:tech-debt Improves the project without visible changes for users label Sep 2, 2025
@llucax llucax added this pull request to the merge queue Sep 3, 2025
Merged via the queue into v1.x.x with commit 32ea936 Sep 3, 2025
10 checks passed
@llucax llucax deleted the dependabot/pip/minor-a8fb40f75f branch September 3, 2025 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant