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 pytest-mypy requirement from ~=0.3.3 to >=0.3.3,<0.5.0 #107

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on pytest-mypy to permit the latest version.

Changelog *Sourced from [pytest-mypy's changelog](https://github.com/dbader/pytest-mypy/blob/master/changelog.md).* > ## 0.4.0 > * Run mypy once per session instead of once per file. > * Stop passing --incremental (which mypy now defaults to). > * Support configuring the plugin in a conftest.py. > * Add support for Python 3.8 > > See [the milestone](https://github.com/dbader/pytest-mypy/milestone/6) for details. > > ## 0.3.3 > * Register `mypy` marker. > * Add a PEP-518 [build-system] > * Add dependency pins for Python 3.4. > * Add support for Python 3.7 > > See [the milestone](https://github.com/dbader/pytest-mypy/milestone/3) for details. > > ## 0.3.2 > * Add `mypy` marker to run mypy checks only > > ## 0.3.1 > * See [the milestone](https://github.com/dbader/pytest-mypy/milestone/1?closed=1) for a description of the changes in this release. > > ## 0.3.0 > * Change `mypy` dependency to pull in `mypy` instead of `mypy-lang`
Commits - [`7e5141e`](https://github.com/dbader/pytest-mypy/commit/7e5141ebef0ea201cae6aac2418b2cc26b8305c4) Merge pull request [#49](https://github-redirect.dependabot.com/dbader/pytest-mypy/issues/49) from dmtucker/release - [`e636138`](https://github.com/dbader/pytest-mypy/commit/e6361386d06c8e491515234d33f8a96c3db748fa) Bump the version to 0.4.0 - [`33055c9`](https://github.com/dbader/pytest-mypy/commit/33055c9eca0a08181319ee5968c27a0410810525) Mention the 0.4.0 milestone in the changelog - [`0609380`](https://github.com/dbader/pytest-mypy/commit/06093804b59d25f17cc7e5c896cfc304d18917be) Merge pull request [#47](https://github-redirect.dependabot.com/dbader/pytest-mypy/issues/47) from dmtucker/travis - [`da958f4`](https://github.com/dbader/pytest-mypy/commit/da958f42db0508822af51ed8549a7849a5c11b16) Configure automatic deployment to PyPI on tags - [`c19142d`](https://github.com/dbader/pytest-mypy/commit/c19142dd9cc1708060a503e123db7e2b939e8b36) Merge pull request [#44](https://github-redirect.dependabot.com/dbader/pytest-mypy/issues/44) from naphta/feature/add-3-8-support - [`b6b5ccc`](https://github.com/dbader/pytest-mypy/commit/b6b5ccc9f36a0001f41f1bdc9e2135d4c94f47d6) Add support for 3.8 - [`b5c7f70`](https://github.com/dbader/pytest-mypy/commit/b5c7f70895831ccadf48e3a84918952afc6f0795) Merge pull request [#43](https://github-redirect.dependabot.com/dbader/pytest-mypy/issues/43) from dmtucker/pytest5 - [`b59b6c1`](https://github.com/dbader/pytest-mypy/commit/b59b6c1717769dccc04113661f62539e05375368) Test with Pytest 5 - [`4b67802`](https://github.com/dbader/pytest-mypy/commit/4b678020350d758464045cc9890b9495b59346a1) Merge pull request [#42](https://github-redirect.dependabot.com/dbader/pytest-mypy/issues/42) from dmtucker/exec-order - Additional commits viewable in [compare view](https://github.com/dbader/pytest-mypy/compare/v0.3.3...v0.4.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 #107 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #107   +/-   ##
=======================================
  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...653b878. Read the comment docs.

dependabot-preview[bot] commented 5 years ago

Looks like pytest-mypy is no longer a dependency, so this is no longer needed.