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.36.0 #109

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps hypothesis from 4.35.0 to 4.36.0.

Release notes *Sourced from [hypothesis's releases](https://github.com/HypothesisWorks/hypothesis/releases).* > ## 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 - [`a8651d4`](https://github.com/HypothesisWorks/hypothesis/commit/a8651d46f779471e11b29813f471ec644197aeaa) Bump hypothesis-python version to 4.36.0 and update changelog - [`a1bd4b2`](https://github.com/HypothesisWorks/hypothesis/commit/a1bd4b237c355ebc3861e4d98b00699838fd8e7d) Merge pull request [#2085](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2085) from takluyver/deprecate-empty-string-dtypes - [`6c651fe`](https://github.com/HypothesisWorks/hypothesis/commit/6c651fe533c3b4d1676b186bf6af0071d81516da) Bump hypothesis-python version to 4.35.1 and update changelog - [`b1f1be0`](https://github.com/HypothesisWorks/hypothesis/commit/b1f1be0419d5bb99ebaafae44dfe46993df02ed1) Merge pull request [#2084](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2084) from tgrainge/validation - [`ef05f8f`](https://github.com/HypothesisWorks/hypothesis/commit/ef05f8f3bbf79006cfd21314872356de18c3decf) More efficient field names - [`6fd32b0`](https://github.com/HypothesisWorks/hypothesis/commit/6fd32b04d4e8feed9a80ddd3f6cb3d438d38393c) Update test_validation.py - [`7177a65`](https://github.com/HypothesisWorks/hypothesis/commit/7177a656743f0c78cfcb24c435aa7d9939f46114) Improved the check_type and check_valid_size validation functions - [`1dd0223`](https://github.com/HypothesisWorks/hypothesis/commit/1dd02239d1018f358e573a7f05d15940a01fcaa7) Scheduled weekly dependency update for week 36 ([#2088](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2088)) - [`d11f2e8`](https://github.com/HypothesisWorks/hypothesis/commit/d11f2e80708829c4042683290b8c9f72e9cbec45) Test generating compound dtypes & data with bytes & unicode strings in - [`801f9a1`](https://github.com/HypothesisWorks/hypothesis/commit/801f9a1d2ff798eb41673a4b776733df0f0bda2b) Fix formatting - Additional commits viewable in [compare view](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-4.35.0...hypothesis-python-4.36.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 #109 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #109   +/-   ##
=======================================
  Coverage   84.39%   84.39%           
=======================================
  Files          19       19           
  Lines        1544     1544           
=======================================
  Hits         1303     1303           
  Misses        241      241

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 3dec0ea...18b8d0a. Read the comment docs.

dependabot-preview[bot] commented 5 years ago

Superseded by #111.