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

Update hypothesis requirement from ~=5.35.4 to ~=5.36.0 #44

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 24, 2020

Updates the requirements on hypothesis to permit the latest version.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 5.36.0

This release upgrades the "from_dtype()" strategy to pass optional "**kwargs" to the inferred strategy, and upgrades the "arrays()" strategy to accept an "elements=kwargs" dict to pass through to "from_dtype()".

"arrays(floating_dtypes(), shape, elements={"min_value": -10, "max_value": 10})" is a particularly useful pattern, as it allows for any floating dtype without triggering the roundoff warning for smaller types or sacrificing variety for larger types (issue #2552).

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

Commits
  • 092b2d3 Bump hypothesis-python version to 5.36.0 and update changelog
  • bb02569 Merge pull request #2619 from Zac-HD/dtype-passthrough
  • 8f2c755 Accept from_dtype(**kw)
  • d2e0136 Split up test module
  • See full diff in compare view

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 the dependencies Pull requests that update a dependency file label Sep 24, 2020
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 25, 2020

Looks like hypothesis is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 25, 2020
@dependabot dependabot bot deleted the dependabot/pip/hypothesis-approx-eq-5.36.0 branch September 25, 2020 08:11
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