Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps hypothesis from 6.142.1 to 6.142.2.

Release notes

Sourced from hypothesis's releases.

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
  • 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
  • 72558e6 Merge pull request #4568 from HypothesisWorks/create-pull-request/patch
  • 420a2e4 Update pinned dependencies
  • See full diff 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)

This change is Reviewable

Summary by Bito

This pull request updates the 'hypothesis' package from version 6.142.1 to 6.142.2, including modifications to the package version, source, and distribution files in the lock file. This update is part of routine dependency management to ensure the project uses the latest stable versions of its dependencies.

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

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.142.2
  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 21, 2025
@trunk-io
Copy link

trunk-io bot commented Oct 21, 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.

@korbit-ai
Copy link

korbit-ai bot commented Oct 21, 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.

@evolua-app
Copy link

evolua-app bot commented Oct 21, 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! 🚀

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

@korbit-ai
Copy link

korbit-ai bot commented Oct 21, 2025

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

@coderabbitai
Copy link

coderabbitai bot commented Oct 21, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@deepsource-io
Copy link
Contributor

deepsource-io bot commented Oct 21, 2025

Here's the code health analysis summary for commits b15bea0..44306a5. 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.

@codecov
Copy link

codecov bot commented Oct 21, 2025

Codecov Report

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

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

@qltysh
Copy link

qltysh bot commented Oct 21, 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.

@sonarqubecloud
Copy link

@trunk-io
Copy link

trunk-io bot commented Oct 21, 2025

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2025

Superseded by #236.

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