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.70.2 #657

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps hypothesis from 6.43.3 to 6.70.2.

Release notes

Sourced from hypothesis's releases.

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.

Hypothesis for Python - version 6.68.2

This patch fixes missing imports of the "re" module, when ghostwriting tests which include compiled patterns or regex flags. Thanks to Jens Heinrich for reporting and promptly fixing this bug!

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

Hypothesis for Python - version 6.68.1

This patch adds some private hooks for use in research on Schemathesis

... (truncated)

Commits
  • 009b950 Bump hypothesis-python version to 6.70.2 and update changelog
  • fc1cee8 Add thanks note
  • 99c4355 Skip 3.12 tests for now
  • 7eca3cd Merge pull request #3607 from HypothesisWorks/create-pull-request/patch
  • 8f1f79e Merge pull request #3605 from andreareina/data-generation-runtime
  • 3c0ec72 Fix test for data generation time report
  • b133a19 Update pinned dependencies
  • 261789d Add RELEASE.rst
  • 392061a Clarify time spent in data generation
  • a147989 Bump hypothesis-python version to 6.70.1 and update changelog
  • 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 #658.