Skip to content
This repository was archived by the owner on Mar 11, 2021. It is now read-only.

chore(deps-dev): bump hypothesis from 5.1.0 to 6.3.4 #507

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps hypothesis from 5.1.0 to 6.3.4.

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.3.4

This patch refactors some internals of "RuleBasedStateMachine". There is no change to the public API or behaviour.

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

Hypothesis for Python - version 6.3.3

This patch moves some internal code, so that future work can avoid creating import cycles. There is no user-visible change.

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

Hypothesis for Python - version 6.3.2

This patch enables "register_type_strategy()" for subclasses of "typing.TypedDict". Previously, "from_type()" would ignore the registered strategy (issue #2872).

Thanks to Ilya Lebedev for identifying and fixing this bug!

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

Hypothesis for Python - version 6.3.1

This release lays the groundwork for automatic rewriting of simple filters, for example converting "integers().filter(lambda x: x > 9)" to "integers(min_value=10)".

Note that this is not supported yet, and we will continue to recommend writing the efficient form directly wherever possible - predicate rewriting is provided mainly for the benefit of downstream libraries which would otherwise have to implement it for themselves (e.g. pandera and icontract-hypothesis). See issue #2701 for details.

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

Hypothesis for Python - version 6.3.0

The Hypothesis pytest plugin now requires pytest version 4.6 or later. If the plugin detects an earlier version of pytest, it will automatically deactivate itself.

(4.6.x is the earliest pytest branch that still accepts community bugfixes.)

Hypothesis-based tests should continue to work in earlier versions of pytest, but enhanced integrations provided by the plugin (such as "-- hypothesis-show-statistics" and other command-line flags) will no longer be available in obsolete pytest versions.

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

Hypothesis for Python - version 6.2.0

... (truncated)

Commits
  • d76b284 Bump hypothesis-python version to 6.3.4 and update changelog
  • 9e31c50 Merge pull request #2867 from Zac-HD/stateful-cleanup
  • 5258daa Update pinned deps
  • ac5aeb7 Inline define_ classmethods
  • 7388484 Clarify initialize docs
  • 1513c53 Suggest reading stateful blogs first
  • 08e99c1 Use f-string
  • d0ffbef Bump hypothesis-python version to 6.3.3 and update changelog
  • 4c4c05f Merge pull request #2877 from Zac-HD/move-strategies
  • 6f01856 Rearrange strategies
  • 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 Mar 1, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #513.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/hypothesis-6.3.4 branch March 8, 2021 09:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant