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.13.5 #486

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps hypothesis from 6.9.2 to 6.13.5.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.13.5

This patch fixes rare cases where "hypothesis write --binary-op" could print reproducing instructions from the internal search for an identity element.

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

Hypothesis for Python - version 6.13.4

This patch removes some unnecessary intermediate list-comprehensions, using the latest versions of pyupgrade and shed.

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

Hypothesis for Python - version 6.13.3

This patch adds a ".hypothesis" property to invalid test functions, bringing them inline with valid tests and fixing a bug where pytest- asyncio would swallow the real error message and mistakenly raise a version incompatibility error.

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

Hypothesis for Python - version 6.13.2

Some of Hypothesis's numpy/pandas strategies use a "fill" argument to speed up generating large arrays, by generating a single fill value and sharing that value among many array slots instead of filling every single slot individually.

When no "fill" argument is provided, Hypothesis tries to detect whether it is OK to automatically use the "elements" argument as a fill strategy, so that it can still use the faster approach.

This patch fixes a bug that would cause that optimization to trigger in some cases where it isn't 100% guaranteed to be OK.

If this makes some of your numpy/pandas tests run more slowly, try adding an explicit "fill" argument to the relevant strategies to ensure that Hypothesis always uses the faster approach.

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

Hypothesis for Python - version 6.13.1

This patch strengthens some internal import-time consistency checks for the built-in strategies.

There is no user-visible change.

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

Hypothesis for Python - version 6.13.0

This release adds URL fragment generation to the "urls()" strategy

... (truncated)

Commits
  • 0141a73 Bump hypothesis-python version to 6.13.5 and update changelog
  • a7da83d Merge pull request #2968 from Zac-HD/identity-elements
  • 3763d2a Bump hypothesis-python version to 6.13.4 and update changelog
  • af0c811 Merge pull request #2971 from HypothesisWorks/create-pull-request/patch
  • c759ca9 Update pyupgrade
  • 76cda5f Bump hypothesis-python version to 6.13.3 and update changelog
  • 22f92f0 Merge pull request #2970 from danielknell/master
  • 57af7da refactor: various cleanups
  • 9e12dea Bump hypothesis-python version to 6.13.2 and update changelog
  • 63fd316 test: adding tests for .hypothesis on invalid tests
  • 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 #486 (8917d3f) into master (8884fe0) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #486   +/-   ##
=======================================
  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 #487.