Skip to content

Bump hypothesis from 5.16.1 to 6.13.0#547

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/hypothesis-6.13.0
Closed

Bump hypothesis from 5.16.1 to 6.13.0#547
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/hypothesis-6.13.0

Conversation

@dependabot-preview

Copy link
Copy Markdown
Contributor

Bumps hypothesis from 5.16.1 to 6.13.0.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.13.0

This release adds URL fragment generation to the "urls()" strategy (issue #2908). Thanks to Pax (R. Margret) for contributing this patch at the PyCon US Mentored Sprints!

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

Hypothesis for Python - version 6.12.1

This patch fixes issue #2964, where ".map()" and ".filter()" methods were omitted from the "repr()" of "just()" and "sampled_from()" strategies, since version 5.43.7.

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

Hypothesis for Python - version 6.12.0

This release automatically rewrites some simple filters, such as "integers().filter(lambda x: x > 9)" to the more efficient "integers(min_value=10)", based on the AST of the predicate.

We continue to recommend using the efficient form directly wherever possible, but this should be useful for e.g. pandera ""Checks"" where you already have a simple predicate and translating manually is really annoying. See issue #2701 for ideas about floats and simple text strategies.

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

Hypothesis for Python - version 6.11.0

"hypothesis.target()" now returns the "observation" value, allowing it to be conveniently used inline in expressions such as "assert target(abs(a - b)) < 0.1".

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

Hypothesis for Python - version 6.10.1

This patch fixes a deprecation warning if you're using recent versions of importlib-metadata (issue #2934), which we use to load third-party plugins such as Pydantic's integration. On older versions of importlib-metadata, there is no change and you don't need to upgrade.

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

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.

... (truncated)

Commits
  • 06aa7b4 Bump hypothesis-python version to 6.13.0 and update changelog
  • 652c0bd Merge pull request #2963 from paxcodes/implement_fragments
  • 2f5d91f Also allow encoded versions of safe characters
  • a00f986 Bump hypothesis-python version to 6.12.1 and update changelog
  • 72b36bf Merge pull request #2965 from Zac-HD/fix-repr
  • d806edc Merge pull request #2962 from HypothesisWorks/create-pull-request/patch
  • f291e53 Fix just().filter(...) repr
  • 867755c .map() note in docs
  • a327465 Add Pax to 'Authors' and create RELEASE.rst
  • 0f25278 Allow characters "?/" when generating fragments
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label May 18, 2021
@dependabot-preview

Copy link
Copy Markdown
Contributor Author

Superseded by #548.

@dependabot-preview dependabot-preview Bot deleted the dependabot/pip/hypothesis-6.13.0 branch May 21, 2021 06:08
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