-
-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): bump hypothesis from 6.142.1 to 6.142.3 #236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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>
|
Merging to
|
Welcome @dependabot[bot]! 🎉Great PR! I've analyzed your code changes for:
Ready to see the full review?
Let's make your code even better together! 🚀 |
|
Skipped: No reviewable files found. Found: ( |
|
Here's the code health analysis summary for commits Analysis Summary
|
|
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
|
Codecov Report✅ All modified and coverable lines are covered by tests. @@ 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 |
|
|
Superseded by #241. |



Bumps hypothesis from 6.142.1 to 6.142.3.
Release notes
Sourced from hypothesis's releases.
Commits
4a3cbdcBump hypothesis-python version to 6.142.3 and update changelogedcc041Merge pull request #4569 from Liam-DeVoe/obervability-recursionerrore99b1ecdetect cycles in to_jsonable7d89e4aBump hypothesis-python version to 6.142.2 and update changelog7655f6bMerge pull request #4570 from Liam-DeVoe/global-random8706865improve warning messagebaa2f55remove no-longer-required skip6265729fix run_language_test_for randomization220754bremove a use of the global random3080c7eskip recursion test on emscriptenDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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
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.