Skip to content

Bump hypothesis from 6.39.6 to 6.42.0 in /dependencies/pytest-min #322

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 9, 2022

Bumps hypothesis from 6.39.6 to 6.42.0.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.42.0

This release makes "st.functions(pure=True)" less noisy (issue #3253), and generally improves pretty-printing of functions.

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

Hypothesis for Python - version 6.41.0

This release changes the implementation of "infer" to be an alias for "Ellipsis". E.g. "@​given(a=infer)" is now equivalent to "@​given(a=...)". Furthermore, "@​given(...)" can now be specified so that "@​given" will infer the strategies for all arguments of the decorated function based on its annotations.

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

Hypothesis for Python - version 6.40.3

This patch simplifies the repr of the strategies namespace returned in "make_strategies_namespace()", e.g.

from hypothesis.extra.array_api import make_strategies_namespace from numpy import array_api as xp xps = make_strategies_namespace(xp) xps make_strategies_namespace(numpy.array_api)

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

Hypothesis for Python - version 6.40.2

Fixed "from_type()" support for PEP 604 union types, like "int | None" (issue #3255).

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

Hypothesis for Python - version 6.40.1

Fixed an internal error when "given()" was passed a lambda.

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

Hypothesis for Python - version 6.40.0

The Ghostwriter can now write tests which check that two or more functions are equivalent on valid inputs, or raise the same type of exception for invalid inputs (issue #3267).

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

Commits
  • 43cc4dc Bump hypothesis-python version to 6.42.0 and update changelog
  • 1c84d54 Merge pull request #3284 from Zac-HD/better-functions-reporting
  • 9f320e7 Merge pull request #3286 from strickvl/patch-1
  • 609ef56 Add ZenML to OS libraries list
  • 4a40569 Quieter pure functions
  • 3d27abd Easier repr of function calls
  • 284486a Use f-string
  • b7e9f60 Merge pull request #3282 from HypothesisWorks/create-pull-request/patch
  • c9389b6 Update pinned dependencies
  • 7be786c Bump hypothesis-python version to 6.41.0 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)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels Apr 9, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #322 (87014d4) into master (5629253) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #322   +/-   ##
=======================================
  Coverage   93.09%   93.09%           
=======================================
  Files           3        3           
  Lines         275      275           
  Branches       41       41           
=======================================
  Hits          256      256           
  Misses         12       12           
  Partials        7        7           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5629253...87014d4. Read the comment docs.

@seifertm seifertm merged commit a1877ec into master Apr 10, 2022
@seifertm seifertm deleted the dependabot/pip/dependencies/pytest-min/master/hypothesis-6.42.0 branch April 10, 2022 19:58
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants