malramsay64 / statdyn-analysis

Collection of tools for the statistical dynamics analysis of Molecular Dynamics trajectories.
MIT License
6 stars 0 forks source link

chore(deps-dev): Bump hypothesis from 4.35.0 to 4.37.0 #115

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps hypothesis from 4.35.0 to 4.37.0.

Release notes *Sourced from [hypothesis's releases](https://github.com/HypothesisWorks/hypothesis/releases).* > ## Hypothesis for Python - version 4.37.0 > This release emits a warning if you use the ".example()" method of a > strategy in a non-interactive context. > > "given()" is a much better choice for writing tests, whether you care > about performance, minimal examples, reproducing failures, or even > just the variety of inputs that will be tested! > > *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-37-0)* > > ## Hypothesis for Python - version 4.36.2 > This patch disables part of the "typing"-based inference for the attrs > package under Python 3.5.0, which has some incompatible internal > details (issue [#2095](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2095)). > > *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-36-2)* > > ## Hypothesis for Python - version 4.36.1 > This patch fixes a bug in strategy inference for attrs classes where > Hypothesis would fail to infer a strategy for attributes of a generic > type such as "Union[int, str]" or "List[bool]" (issue [#2091](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2091)). > > Thanks to Jonathan Gayvallet for the bug report and this patch! > > *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-36-1)* > > ## Hypothesis for Python - version 4.36.0 > This patch deprecates "min_len" or "max_len" of 0 in > "byte_string_dtypes()" and "unicode_string_dtypes()". The lower limit > is now 1. > > Numpy uses a length of 0 in these dtypes to indicate an undetermined > size, chosen from the data at array creation. However, as the > "arrays()" strategy creates arrays before filling them, strings were > truncated to 1 byte. > > *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-36-0)* > > ## Hypothesis for Python - version 4.35.1 > This patch improves the messaging that comes from invalid size > arguments to collection strategies such as "lists()". > > *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-35-1)*
Commits - [`7766099`](https://github.com/HypothesisWorks/hypothesis/commit/7766099d4d0b92090db2c4370db7f5ccbd9a7c97) Bump hypothesis-python version to 4.37.0 and update changelog - [`81a3c0d`](https://github.com/HypothesisWorks/hypothesis/commit/81a3c0d4ef88b3f8311f44decdb50a1680561585) Merge pull request [#2104](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2104) from Zac-HD/warn-on-example - [`ac24b2f`](https://github.com/HypothesisWorks/hypothesis/commit/ac24b2f4e98f6ae0bf2860a36f8b2d2b41bcb7cd) Warn on non-interactive s.example() - [`480f4da`](https://github.com/HypothesisWorks/hypothesis/commit/480f4daf6a7713d86acce585bf96db1fe5c01840) Scheduled weekly dependency update for week 38 ([#2105](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2105)) - [`195ac07`](https://github.com/HypothesisWorks/hypothesis/commit/195ac07c1bf9c955a12a9a54523ef5ced9e64e23) Bump hypothesis-python version to 4.36.2 and update changelog - [`6f0c8fd`](https://github.com/HypothesisWorks/hypothesis/commit/6f0c8fdf5faee98835c68fdeb49335c497421efe) Merge pull request [#2097](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2097) from Zac-HD/fix-350 - [`f9b4a98`](https://github.com/HypothesisWorks/hypothesis/commit/f9b4a9890c3e7e0565973140fe114fc8a2f31cb6) Avoid crash on Python 3.5.0 - [`18fdf45`](https://github.com/HypothesisWorks/hypothesis/commit/18fdf45b55ba621161e2838874263fb3b367fd97) Merge pull request [#2096](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2096) from Moisan/typo_distinct_strings - [`ecd1af4`](https://github.com/HypothesisWorks/hypothesis/commit/ecd1af491c4b91d54c8979f232278e79dba543d0) Fix a typo in a composite example - [`679284b`](https://github.com/HypothesisWorks/hypothesis/commit/679284b4f73c692a77a15fd2a201cd12548ca8aa) Bump hypothesis-python version to 4.36.1 and update changelog - Additional commits viewable in [compare view](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-4.35.0...hypothesis-python-4.37.0)


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) Finally, you can contact us by mentioning @dependabot.
codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #115   +/-   ##
=======================================
  Coverage   84.35%   84.35%           
=======================================
  Files          19       19           
  Lines        1547     1547           
=======================================
  Hits         1305     1305           
  Misses        242      242

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 d3e2826...41633a2. Read the comment docs.

dependabot-preview[bot] commented 5 years ago

Superseded by #119.