Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2025

Bumps hypothesis from 6.142.1 to 6.142.3.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.142.3

Fix a recursion error when observability is enabled and a test generates an object with a recursive reference, like "a = []; a.append(a)".

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

Hypothesis for Python - version 6.142.2

Remove a case where Hypothesis would interact with the global "random.Random" instance if Hypothesis internals were used directly.

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

Commits
  • 4a3cbdc Bump hypothesis-python version to 6.142.3 and update changelog
  • edcc041 Merge pull request #4569 from Liam-DeVoe/obervability-recursionerror
  • e99b1ec detect cycles in to_jsonable
  • 7d89e4a Bump hypothesis-python version to 6.142.2 and update changelog
  • 7655f6b Merge pull request #4570 from Liam-DeVoe/global-random
  • 8706865 improve warning message
  • baa2f55 remove no-longer-required skip
  • 6265729 fix run_language_test_for randomization
  • 220754b remove a use of the global random
  • 3080c7e skip recursion test on emscripten
  • 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 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)

Note

I'm currently writing a description for your pull request. I should be done shortly (<1 minute). Please don't edit the description field until I'm finished, or we may overwrite each other. If I find nothing to write about, I'll delete this message.


This change is Reviewable

Summary by Bito

This pull request updates the 'hypothesis' package from version 6.142.1 to 6.142.3, fixing a recursion error related to observability and recursive references. This enhancement improves the package's stability and functionality within the project.

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

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.142.3
  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:uv Pull requests that update python:uv code labels Oct 23, 2025
@trunk-io
Copy link

trunk-io bot commented Oct 23, 2025

Merging to main in this repository is managed by Trunk.

  • To merge this pull request, check the box to the left or comment /trunk merge below.

@evolua-app
Copy link

evolua-app bot commented Oct 23, 2025

Welcome @dependabot[bot]! 🎉

Great PR! I've analyzed your code changes for:

  • 🔒 Security vulnerabilities
  • ✨ Code quality improvements
  • 🎯 Best practices alignment

Ready to see the full review?
Head over to https://evolua.io to:

  • Create your free account
  • Get detailed insights
  • Unlock automated PR reviews
  • Ensure high-quality code

Let's make your code even better together! 🚀

@greptile-apps
Copy link

greptile-apps bot commented Oct 23, 2025

Skipped: No reviewable files found. Found: (uv.lock)

@korbit-ai
Copy link

korbit-ai bot commented Oct 23, 2025

By default, I don't review pull requests opened by bots. If you would like me to review this pull request anyway, you can request a review via the /korbit-review command in a comment.

@korbit-ai
Copy link

korbit-ai bot commented Oct 23, 2025

I was unable to write a description for this pull request. This could be because I only found files I can't scan.

@deepsource-io
Copy link
Contributor

deepsource-io bot commented Oct 23, 2025

Here's the code health analysis summary for commits b15bea0..ba6ad4e. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource Python LogoPython✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

@qltysh
Copy link

qltysh bot commented Oct 23, 2025

Diff Coverage: Not applicable. There was no coverage data reported for the files in this diff.

Total Coverage: This PR will not change total coverage.

🛟 Help
  • Diff Coverage: Coverage for added or modified lines of code (excludes deleted files). Learn more.

  • Total Coverage: Coverage for the whole repository, calculated as the sum of all File Coverage. Learn more.

  • File Coverage: Covered Lines divided by Covered Lines plus Missed Lines. (Excludes non-executable lines including blank lines and comments.)

    • Indirect Changes: Changes to File Coverage for files that were not modified in this PR. Learn more.

@codecov
Copy link

codecov bot commented Oct 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.94%. Comparing base (b15bea0) to head (ba6ad4e).
✅ All tests successful. No failed tests found.

@@           Coverage Diff           @@
##             main     #236   +/-   ##
=======================================
  Coverage   86.94%   86.94%           
=======================================
  Files          44       44           
  Lines        2144     2144           
  Branches      143      143           
=======================================
  Hits         1864     1864           
  Misses        273      273           
  Partials        7        7           

@sonarqubecloud
Copy link

@trunk-io
Copy link

trunk-io bot commented Oct 23, 2025

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2025

Superseded by #241.

@dependabot dependabot bot closed this Oct 27, 2025
@dependabot dependabot bot deleted the dependabot/uv/hypothesis-6.142.3 branch October 27, 2025 09:34
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