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): Update hypothesis requirement from <4.34.0,>=4.32.1 to >=4.32.1,<4.36.0 #108

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on hypothesis to permit the latest version.

Release notes *Sourced from [hypothesis's releases](https://github.com/HypothesisWorks/hypothesis/releases).* > ## Hypothesis for Python - version 4.35.0 > This release improves the "from_lark()" strategy, tightening argument > validation and adding the "explicit" argument to allow use with > terminals that use "[@​declare](https://github.com/declare)" instead of a string or regular > expression. > > This feature is required to handle features such as indent and dedent > tokens in Python code, which can be generated with the hypothesmith > package. > > *[The canonical version of these notes (with links) is on readthedocs.](https://hypothesis.readthedocs.io/en/latest/changes.html#v4-35-0)*
Commits - [`6ac1eef`](https://github.com/HypothesisWorks/hypothesis/commit/6ac1eefd78831074c9042e87b937fefab5fe8e76) Bump hypothesis-python version to 4.35.0 and update changelog - [`2a68481`](https://github.com/HypothesisWorks/hypothesis/commit/2a68481b5038eb4d5524a433a86e8a646d361b6f) Merge pull request [#2073](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2073) from Zac-HD/lark-python - [`ea41eb5`](https://github.com/HypothesisWorks/hypothesis/commit/ea41eb5b4e20e2e28b93518367b448231ea91d33) Scheduled weekly dependency update for week 35 ([#2082](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2082)) - [`8f27b01`](https://github.com/HypothesisWorks/hypothesis/commit/8f27b01e68c4e07df473e7c6444f0afedd907507) Scheduled weekly dependency update for week 34 ([#2080](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2080)) - [`1c906eb`](https://github.com/HypothesisWorks/hypothesis/commit/1c906ebe234fe4b8f6f6583ad1d1658b2198cd36) Bump hypothesis-python version to 4.34.0 and update changelog - [`63eebe3`](https://github.com/HypothesisWorks/hypothesis/commit/63eebe319fcef57264a63b1aaacbf71112b9c6ee) Merge pull request [#2076](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2076) from Zac-HD/from-abstract-type - [`e55b968`](https://github.com/HypothesisWorks/hypothesis/commit/e55b9681a10d7893af17fc550ed0a7c00dc8248b) Bump hypothesis-python version to 4.33.1 and update changelog - [`627d4e6`](https://github.com/HypothesisWorks/hypothesis/commit/627d4e6e8cc60230a108370282dbe960f2905095) Scheduled weekly dependency update for week 33 ([#2077](https://github-redirect.dependabot.com/HypothesisWorks/hypothesis/issues/2077)) - [`5b02a5c`](https://github.com/HypothesisWorks/hypothesis/commit/5b02a5c7e996878af57e0785df6c888658848485) Fix Numpy/PyPy2 compat - [`dad8567`](https://github.com/HypothesisWorks/hypothesis/commit/dad856704bdc9a8e268ee5d9a1549a88cab600e1) Update dependencies - Additional commits viewable in [compare view](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-4.32.1...hypothesis-python-4.35.0)


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 #108 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #108   +/-   ##
=======================================
  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 bceafa1...ba9f724. Read the comment docs.

dependabot-preview[bot] commented 5 years ago

Looks like hypothesis is no longer a dependency, so this is no longer needed.