chore(deps): bump hypothesis from 6.165.10 to 6.167.0 - #1086
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump hypothesis from 6.165.10 to 6.167.0#1086dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.165.10 to 6.167.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@v6.165.10...v6.167.0) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.167.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Noema LLM review
Dependency-only bump of hypothesis from 6.165.10 to 6.167.0 with a regenerated lockfile. The direct pin in fuzz/requirements-property.in matches the resolved lock version, and the lockfile changes (removal of colorama and pip, addition of tomli/exceptiongroup, marker simplifications for cffi/pycparser) are consistent with a Python 3.12 universal compile. No source or behavior changes. No security or correctness regressions identified.
Reviewed changed lines
fuzz/requirements-property.txt:163 (RIGHT): Lockfile correctly pins hypothesis==6.167.0 with generated hashes, replacing the previous 6.165.10 block. This matches the .in file update and is internally consistent.fuzz/requirements-property.txt:245 (RIGHT): Lockfile resolution for the Python 3.12 target remains coherent: packaging and pluggy are retained, tomli is added via pytest, and the cffi/pycparser marker removals correspond to a universal compile for the declared target. No inconsistent or dangling markers observed.
Adversarial validation
fuzz/requirements-property.txt:163 (RIGHT)falsified: The lockfile might not actually pin hypothesis to 6.167.0, or the hashes might be inconsistent with that version. — Line 163 on the RIGHT side explicitly contains 'hypothesis==6.167.0' followed by a large set of sha256 hashes. The old 6.165.10 block is gone, and the direct pin in fuzz/requirements-property.in was bumped to the same version. No conflicting pin exists.fuzz/requirements-property.txt:245 (RIGHT)falsified: The regenerated lockfile may be internally inconsistent or unresolvable for the declared Python 3.12 target, e.g., missing transitive dependencies or illegal markers. — Line 245 and surrounding RIGHT-side lines retain packaging and pluggy under pytest, and later additions list tomli==2.4.1 under pytest, consistent with Python 3.12 resolution. The marker removals for cffi and pycparser are expected for a 3.12 universal compile without PyPy. No marker or dependency references are invalid for the declared target.- Residual risk: No blocking issues found. The regenerated lockfile was not executed in CI in this review, so a platform-specific resolution edge case (e.g., non-Python-3.12 or non-universal environment) cannot be fully excluded, but the declared target is Python 3.12 and the lockfile matches the documented compile command.
Findings
- No blocking findings.
- Result: APPROVE
- Head SHA:
429c084d3e3b60fc85c64e8dd2ac89b6fb725401 - Reviewer credential:
noema-review-github-app-refresh - Actor:
cwl-noema-review[bot]
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.
Bumps hypothesis from 6.165.10 to 6.167.0.
Commits
afe5b0bBump hypothesis version to 6.167.0 and update changelog06bfa69Merge pull request #4870 from Zac-HD/claude/status-reason-ideas-dum8wma0a7dfcReport the failing assume() when .map() gives upd010799Rename _filter_gave_ups test helper to _get_filter_gave_upsef98ff9Fix the type of Bundle transformations8e36c8fRequire passing data to SampledFromStrategy._transform47f1bc8Pass location to __with_transform by keywordd7a2dbdRename filter_call_site to current_filter_call_site30b5f37Move rejection_location onto ConjectureDatad390084Access UnsatisfiedAssumption.location directlyDependabot 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 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)