data61 / clkhash

CLK hash: hash pii for entity matching
Apache License 2.0
47 stars 9 forks source link

Bump hypothesis from 6.43.3 to 6.71.0 #658

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps hypothesis from 6.43.3 to 6.71.0.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.71.0

This release adds "GitHubArtifactDatabase", a new database backend that allows developers to access the examples found by a Github Actions CI job. This is particularly useful for workflows that involve continuous fuzzing, like HypoFuzz.

Thanks to Agustín Covarrubias for this feature!

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

Hypothesis for Python - version 6.70.2

This patch clarifies the reporting of time spent generating data. A simple arithmetic mean of the percentage of time spent can be misleading; reporting the actual time spent avoids misunderstandings.

Thanks to Andrea Reina for reporting and fixing issue #3598!

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

Hypothesis for Python - version 6.70.1

This patch updates our vendored list of top-level domains, which is used by the provisional "domains()" strategy.

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

Hypothesis for Python - version 6.70.0

This release adds an optional "domains=" parameter to the "emails()" strategy, and excludes the special-use .arpa domain from the default strategy (issue #3567).

Thanks to Jens Tröger for reporting and fixing this bug!

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

Hypothesis for Python - version 6.69.0

This release turns "HealthCheck.return_value" and "HealthCheck.not_a_test_method" into unconditional errors. Passing them to "suppress_health_check=" is therefore a deprecated no-op. (issue #3568). Thanks to Reagan Lee for the patch!

Separately, GraalPy can now run and pass most of the hypothesis test suite (issue #3587).

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

Hypothesis for Python - version 6.68.3

This patch updates our vendored list of top-level domains, which is used by the provisional "domains()" strategy.

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

... (truncated)

Commits
  • a136cb4 Bump hypothesis-python version to 6.71.0 and update changelog
  • 357122c Merge pull request #3576 from agucova/extra-gh-actions
  • 6331aaa Hopefully the final format
  • 39022be Expand fetching test
  • 98cedd6 Correct artifact name
  • 147c99c Minor fixes
  • cf84b79 Improve tests
  • 937b531 Fix isoformat replacement on fetch
  • 47e988c Remove unnecessary access in fetch
  • 4ff5e98 RST is not my favorite format (add a _)
  • 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 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)
dependabot[bot] commented 1 year ago

Superseded by #661.