data61 / clkhash

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

Bump hypothesis from 6.23.4 to 6.32.1 #543

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps hypothesis from 6.23.4 to 6.32.1.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.32.1

This patch updates our autoformatting tools, improving our code style without any API changes.

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

Hypothesis for Python - version 6.32.0

This release drops support for Python 3.6, which reached end of life upstream on 2021-12-23.

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

Hypothesis for Python - version 6.31.6

This patch adds a temporary hook for a downstream tool, which is not part of the public API.

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

Hypothesis for Python - version 6.31.5

This release updates our copyright headers to use a general authorship statement and omit the year.

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

Hypothesis for Python - version 6.31.4

This patch makes the ".example()" method more representative of test- time data generation, albeit often at a substantial cost to readability (issue #3182).

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

Hypothesis for Python - version 6.31.3

This patch improves annotations on some of Hypothesis' internal functions, in order to deobfuscate the signatures of some strategies. In particular, strategies shared between hypothesis.extra.numpy and the hypothesis.extra.array_api extra will benefit from this patch.

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

Hypothesis for Python - version 6.31.2

This patch fix invariants display in stateful falsifying examples (issue #3185).

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

Hypothesis for Python - version 6.31.1

This patch updates "xps.indices()" so no flat indices are generated, i.e. generated indices will now always explicitly cover each axes of an array if no ellipsis is present. This is to be consistent with a specification change that dropped support for flat indexing (#272).

... (truncated)

Commits
  • 8fc31a4 Bump hypothesis-python version to 6.32.1 and update changelog
  • 0d428dd Skip floats healthcheck
  • 82beb80 Merge pull request #3197 from HypothesisWorks/create-pull-request/patch
  • ba47e05 Update pinned dependencies
  • 910253d Bump hypothesis-python version to 6.32.0 and update changelog
  • 41b2c55 More 3.11 skips
  • fd1e927 Merge pull request #3192 from HypothesisWorks/issue-3174
  • f7155d2 Bump hypothesis-python version to 6.31.6 and update changelog
  • 99cc429 Merge pull request #3196 from Zac-HD/jsonschema-regex-hack
  • ffd6211 Temporary arg for jsonschema
  • 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 2 years ago

Superseded by #544.