Skip to content

Bump hypothesis from 6.9.2 to 6.63.0#555

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/hypothesis-6.63.0
Closed

Bump hypothesis from 6.9.2 to 6.63.0#555
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/hypothesis-6.63.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2023

Bumps hypothesis from 6.9.2 to 6.63.0.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.63.0

"range_indexes()" now accepts a "name=" argument, to generate named "pandas.RangeIndex" objects.

Thanks to Sam Watts for this new feature!

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

Hypothesis for Python - version 6.62.1

This patch tweaks "xps.arrays()" internals to improve PyTorch compatibility. Specifically, "torch.full()" does not accept integers as the shape argument (n.b. technically "size" in torch), but such behaviour is expected in internal code, so we copy the "torch" module and patch in a working "full()" function.

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

Hypothesis for Python - version 6.62.0

A classic error when testing is to write a test function that can never fail, even on inputs that aren't allowed or manually provided. By analogy to the design pattern of:

@​pytest.mark.parametrize("arg", [ ..., # passing examples pytest.param(..., marks=[pytest.mark.xfail]) # expected-failing input ])

we now support "@​example(...).xfail()", with the same (optional) "condition", "reason", and "raises" arguments as "pytest.mark.xfail()".

Naturally you can also write ".via(...).xfail(...)", or ".xfail(...).via(...)", if you wish to note the provenance of expected-failing examples.

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

Hypothesis for Python - version 6.61.3

This patch teaches our enhanced "get_type_hints()" function to 'see through' "partial" application, allowing inference from type hints to work in a few more cases which aren't (yet!) supported by the standard-library version.

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

Hypothesis for Python - version 6.61.2

This patch improves our pretty-printing of failing examples, including some refactoring to prepare for exciting future features.

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

... (truncated)

Commits
  • ee56faf Bump hypothesis-python version to 6.63.0 and update changelog
  • fbd39bb Merge pull request #3547 from sam-watts/add-name-to-range-indexes
  • 95a9e0e Fix formatting, house-style thanks message
  • 96d25ab fix test
  • 6f07e5b minor edits to RELEASE.rst
  • 12ed20f fmt
  • 1ebae6f make changes based on zac's suggestions
  • 3ebe48f fmt
  • 337e978 add release file
  • 42e69dc add name to extra.pandas.range_indexes
  • 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.9.2 to 6.63.0.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.9.2...hypothesis-python-6.63.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 the dependencies Pull requests that update a dependency file label Jan 20, 2023
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 20, 2023

Codecov Report

Merging #555 (5545a2d) into main (cdca890) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #555   +/-   ##
=======================================
  Coverage   94.19%   94.19%           
=======================================
  Files          16       16           
  Lines         792      792           
=======================================
  Hits          746      746           
  Misses         46       46           

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jan 23, 2023

Superseded by #556.

@dependabot dependabot bot closed this Jan 23, 2023
@dependabot dependabot bot deleted the dependabot/pip/hypothesis-6.63.0 branch January 23, 2023 15:04
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.

0 participants