data61 / clkhash

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

Bump hypothesis from 6.9.2 to 6.14.2 #496

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps hypothesis from 6.9.2 to 6.14.2.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.14.2

This patch ensures that we shorten tracebacks for tests which fail due to inconsistent data generation between runs (i.e. raise "Flaky").

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

Hypothesis for Python - version 6.14.1

This patch updates some internal type annotations. There is no user- visible change.

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

Hypothesis for Python - version 6.14.0

The explain phase now requires shrinking to be enabled, and will be automatically skipped for deadline-exceeded errors.

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

Hypothesis for Python - version 6.13.14

This patch improves the "tuples()" strategy type annotations, to preserve the element types for up to length-five tuples (issue #3005).

As for "one_of()", this is the best we can do before a planned extension to PEP 646 is released, hopefully in Python 3.11.

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

Hypothesis for Python - version 6.13.13

This patch teaches the Ghostwriter how to find custom ufuncs from any module that defines them, and that "yaml.unsafe_load()" does not undo "yaml.safe_load()".

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

Hypothesis for Python - version 6.13.12

This patch reduces the amount of internal code excluded from our test suite's code coverage checks.

There is no user-visible change.

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

Hypothesis for Python - version 6.13.11

This patch removes some old internal helper code that previously existed to make Python 2 compatibility easier.

There is no user-visible change.

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

... (truncated)

Commits
  • 3759eeb Bump hypothesis-python version to 6.14.2 and update changelog
  • 1b73e05 Merge pull request #3030 from HypothesisWorks/create-pull-request/patch
  • 22415bb Trim Flaky traceback too
  • 150d0ca Update pinned dependencies
  • 720a86d Merge pull request #3006 from Zalathar/flaky-thread-warning
  • 05b4c56 Merge pull request #3025 from HypothesisWorks/create-pull-request/patch
  • 0d27fe8 Update pinned dependencies
  • cc32bd1 Bump hypothesis-python version to 6.14.1 and update changelog
  • acbaf9e Merge pull request #3022 from HypothesisWorks/create-pull-request/patch
  • 2567162 Update type-ignore pragmas
  • 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)
codecov[bot] commented 3 years ago

Codecov Report

Merging #496 (cfb2baa) into master (8884fe0) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #496   +/-   ##
=======================================
  Coverage   94.36%   94.36%           
=======================================
  Files          13       13           
  Lines         959      959           
=======================================
  Hits          905      905           
  Misses         54       54           
dependabot[bot] commented 3 years ago

Superseded by #497.