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

build(deps): bump hypothesis from 6.3.0 to 6.10.0 #18

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 19, 2021

Bumps hypothesis from 6.3.0 to 6.10.0.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.10.0

This release teaches the Ghostwriter to read parameter types from Sphinx, Google, or Numpy-style structured docstrings, and improves some related heuristics about how to test scientific and numerical programs.

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

Hypothesis for Python - version 6.9.2

This release improves the Ghostwriter's handling of exceptions, by reading ":raises ...:" entries in function docstrings and ensuring that we don't suppresss the error raised by test assertions.

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

Hypothesis for Python - version 6.9.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.9.0

This release teaches "from_type()" how to see through "typing.Annotated". Thanks to Vytautas Strimaitis for reporting and fixing issue #2919!

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

Hypothesis for Python - version 6.8.12

If rich is installed, the hypothesis write command will use it to syntax-highlight the Ghostwritten code.

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

Hypothesis for Python - version 6.8.11

This patch improves an error message from "from_type()" when "builds()" would be more suitable (issue #2930).

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

Hypothesis for Python - version 6.8.10

This patch updates the type annotations for "arrays()" to reflect that "shape: SearchStrategy[int]" is supported.

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

Hypothesis for Python - version 6.8.9

This patch fixes "from_type()" with "abstract types" which have either required but non-type-annotated arguments to "init", or where "from_type()" can handle some concrete subclasses but not others.

... (truncated)

Commits
  • f119e70 Bump hypothesis-python version to 6.10.0 and update changelog
  • a467b88 Merge pull request #2929 from Zac-HD/read-docstring-params
  • fd26040 Update URL in error msg
  • 5d57d8a Fix bad links in docs
  • f795dc9 Tests and changelog entry
  • 1591b5f Better callable reprs in sampled_from()
  • 2e9d23d Read param types from docstring
  • 10742e5 "predicate" heuristic
  • 6ec2501 Fix Pandas ghostwriting
  • fbd2985 Better Numpy ghostwriting
  • 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 dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 19, 2021
@codecov-commenter
Copy link

codecov-commenter commented Apr 19, 2021

Codecov Report

Merging #18 (526ff77) into master (619ff26) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master       #18   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           25        25           
  Lines         5109      5109           
  Branches      1050      1050           
=========================================
  Hits          5109      5109           

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 619ff26...526ff77. Read the comment docs.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 3, 2021

Superseded by #22.

@dependabot dependabot bot closed this May 3, 2021
@dependabot dependabot bot deleted the dependabot/pip/hypothesis-6.10.0 branch May 3, 2021 07:50
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
1 participant