malramsay64 / experi

An interface for managing computational experiments with many independent variables.
MIT License
4 stars 1 forks source link

Bump hypothesis from 4.42.0 to 4.42.3 #85

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps hypothesis from 4.42.0 to 4.42.3.

Release notes *Sourced from [hypothesis's releases](https://github.com/HypothesisWorks/hypothesis/releases).* > ## Hypothesis for Python - version 4.42.3 > This release updates Hypothesis's formatting to the new version of > black, and has absolutely no user visible effect. > > *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-42-3)* > > ## Hypothesis for Python - version 4.42.2 > This release fixes a bug in "recursive()" which would have meant that > in practice "max_leaves" was treated as if it was lower than it > actually is - specifically it would be capped at the largest power of > two smaller than it. It is now handled correctly. > > *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-42-2)* > > ## Hypothesis for Python - version 4.42.1 > Python 3.8's new "typing.SupportsIndex" type - see **PEP 357** for > details - is now supported in "from_type()". > > Thanks to Grigorios Giannakopoulos for the patch! > > *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-42-1)*
Commits - [`020df5c`](https://github.com/HypothesisWorks/hypothesis/commit/020df5cfc3d4ee301af799b96a8d3fa254f85ad8) Bump hypothesis-python version to 4.42.3 and update changelog - [`dcf8923`](https://github.com/HypothesisWorks/hypothesis/commit/dcf8923383a9d19a5f14f28941abcb18f4f3c1c4) Upgrade to the latest black ([#2157](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2157)) - [`7f9ea93`](https://github.com/HypothesisWorks/hypothesis/commit/7f9ea9301322abab2335a50dab691fec72fb62c7) Upgrade to the latest black - [`0640d8e`](https://github.com/HypothesisWorks/hypothesis/commit/0640d8ec023b2cf20f4a3474bff4514957ca1e48) Bump hypothesis-python version to 4.42.2 and update changelog - [`4faf3ae`](https://github.com/HypothesisWorks/hypothesis/commit/4faf3ae2d13bafdb42dc9dfd54c36f2870be969c) Fix some flaky tests and fix a longstanding bug in recursive ([#2156](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2156)) - [`8898d30`](https://github.com/HypothesisWorks/hypothesis/commit/8898d302e1fe6cd9e49d928f3ae7d0a941220e8c) Bump hypothesis-python version to 4.42.1 and update changelog - [`d491aeb`](https://github.com/HypothesisWorks/hypothesis/commit/d491aeb9c67b14d14b45c74c8eb38664dbf57720) Merge pull request [#2158](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2158) from GrigoriosGiann/add-supports-index - [`aa01918`](https://github.com/HypothesisWorks/hypothesis/commit/aa019180d00ea7fd0a15c30b112043062bd262e3) Refactor & add patch note - [`d56482c`](https://github.com/HypothesisWorks/hypothesis/commit/d56482c3c686b0c43b40f0639c5309ad2eb456bd) Add `typing.SupportsIndex` to the lookup - [`a35d666`](https://github.com/HypothesisWorks/hypothesis/commit/a35d66638ee525343239c0fcbd31f1009326663c) Add a test for `typing.SupportsIndex` inference - Additional commits viewable in [compare view](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-4.42.0...hypothesis-python-4.42.3)


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 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codecov-io commented 4 years ago

Codecov Report

Merging #85 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #85   +/-   ##
=======================================
  Coverage   88.86%   88.86%           
=======================================
  Files           4        4           
  Lines         548      548           
=======================================
  Hits          487      487           
  Misses         61       61

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 2d85fd9...d9bd87a. Read the comment docs.

dependabot-preview[bot] commented 4 years ago

Superseded by #86.