Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump hypothesis from 6.31.0 to 6.31.3 #3668

Merged
merged 1 commit into from
Dec 11, 2021
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2021

Bumps hypothesis from 6.31.0 to 6.31.3.

Release notes

Sourced from hypothesis's releases.

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).

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

Commits
  • 6173b2a Bump hypothesis-python version to 6.31.3 and update changelog
  • 8bcb914 Merge pull request #3179 from HypothesisWorks/proxies
  • 0f5768c add annotations to @​proxies
  • d79427b Bump hypothesis-python version to 6.31.2 and update changelog
  • 5d79bc0 Merge pull request #3186 from touilleMan/issue-3185
  • ecced4c Don't print_blob here
  • e0d182c Inline invariant printing
  • af25acd Bump hypothesis-python version to 6.31.1 and update changelog
  • 9ec4267 Merge pull request #3184 from honno/xp-filter-flat-indices
  • 8e760ca Skip coverage of flat indices logic in BasicIndexStrategy
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.31.0 to 6.31.3.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.31.0...hypothesis-python-6.31.3)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 10, 2021
@jenshnielsen
Copy link
Collaborator

Bors merge

@bors
Copy link
Contributor

bors bot commented Dec 10, 2021

🕐 Waiting for PR status (Github check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set.

@codecov
Copy link

codecov bot commented Dec 10, 2021

Codecov Report

Merging #3668 (9c1268a) into master (42c0558) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #3668   +/-   ##
=======================================
  Coverage   65.74%   65.74%           
=======================================
  Files         225      225           
  Lines       30524    30524           
=======================================
  Hits        20068    20068           
  Misses      10456    10456           

@jenshnielsen
Copy link
Collaborator

Bors merge

@bors
Copy link
Contributor

bors bot commented Dec 10, 2021

🕐 Waiting for PR status (Github check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set.

@jenshnielsen
Copy link
Collaborator

Bors merge

@bors bors bot merged commit b0add43 into master Dec 11, 2021
@bors bors bot deleted the dependabot/pip/hypothesis-6.31.3 branch December 11, 2021 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant