Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 25, 2025

Bumps hypothesis from 6.116.0 to 6.124.5.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.124.5

Internal refactoring to make some stateful internals easier to access.

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

Hypothesis for Python - version 6.124.4

Refactoring of our internal input generation. This shouldn't lead to any changes in the distribution of test inputs. If you notice any, please open an issue!

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

Hypothesis for Python - version 6.124.3

Some Hypothesis internals now use the number of choices as a yardstick of input size, rather than the entropy consumed by those choices. We don't expect this to cause significant behavioral changes.

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

Hypothesis for Python - version 6.124.2

Improves our internal caching logic for test cases.

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

Hypothesis for Python - version 6.124.1

fuzz_one_input is now implemented using an alternative backend. This brings the interpretation of the fuzzer-provided bytestring closer to the fuzzer mutations, allowing the mutations to work more reliably. We hope to use this backend functionality to improve fuzzing integration (see e.g. google/atheris#20) in the future!

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

Hypothesis for Python - version 6.124.0

The Hypothesis example database now uses a new internal format to store examples. This new format is not compatible with the previous format, so stored entries will not carry over.

The database is best thought of as a cache that may be invalidated at times. Instead of relying on it for correctness, we recommend using "@​example" to specify explicit examples. When using databases across environments (such as connecting a "GitHubArtifactDatabase" database in CI to your local environment), we recommend using the same version of Hypothesis for each where possible, for maximum reproducibility.

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

Hypothesis for Python - version 6.123.17

This patch improves certain corner cases for reporting of flaky errors (issue #4183 and issue #4228).

... (truncated)

Commits
  • c12cce7 Bump hypothesis-python version to 6.124.5 and update changelog
  • e4266cd Merge pull request #4251 from tybug/refactor-stateful
  • 2c3278b Bump hypothesis-python version to 6.124.4 and update changelog
  • fff46c4 Merge pull request #4250 from tybug/remove-buffer
  • f9865bd nocover __extend and leave a todo
  • 42230a3 remove .index, simplify randint draw
  • fb662ee refactor some stateful internals
  • ad1cca1 remove all buffer usages
  • 50594d7 serialize length with uleb128
  • bfedd1c support @​example in fresh_data
  • 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)

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

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 25, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 1, 2025

Superseded by #42.

@dependabot dependabot bot closed this Feb 1, 2025
@dependabot dependabot bot deleted the dependabot/pip/hypothesis-6.124.5 branch February 1, 2025 16:05
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants