chore: bump hypothesis-awkward from 0.16.0 to 0.18.0#3995
Merged
ianna merged 1 commit intoMay 7, 2026
Conversation
Manual bump because Dependabot's scikit-hep#3989 was closed (then its branch deleted), which left the dependency under a "0.x.x" ignore rule that also suppressed 0.18.0. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
ianna
approved these changes
May 5, 2026
ianna
left a comment
Member
There was a problem hiding this comment.
@TaiSakuma - Great! Please go ahead and merge it. Thanks.
Member
Author
|
@ianna - I cannot merge it. I don't see the merge button. I think that I can only merge it when all tests pass. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
hypothesis-awkward==0.18.0requireshypothesis>=6.152.4(verified via PyPIrequires_dist).6.152.4(release notes) fixes HypothesisWorks/hypothesis#4708.explainphase in Hypothesis testing #3985 is no longer needed and can be closed.Change
requirements-test-full.txt:hypothesis-awkward==0.16.0→==0.18.0(skips0.16.1and0.17.0to arrive at the current latest).hypothesis-awkwardrelease shows up in a dedicated PR rather than in unrelated CI runs.Why a manual bump
0.16.0 → 0.17.0) was closed without merging and its branch was deleted, leavinghypothesis-awkwardunder a0.x.xignore rule that also suppresses0.18.0. See the closing comment fromdependabot[bot]in chore(deps): bump hypothesis-awkward from 0.16.0 to 0.17.0 #3989.Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com