nugget / python-insteonplm

Python 3 asyncio module for interfacing with Insteon Powerline modems
MIT License
32 stars 19 forks source link

Bump mypy from 0.701 to 0.740 #193

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps mypy from 0.701 to 0.740.

Commits - [`0662772`](https://github.com/python/mypy/commit/0662772b5a6b9029da0cf4aec857b9b1e34057a9) Bump version number to 0.740 - [`97d25cf`](https://github.com/python/mypy/commit/97d25cfb31132e9f9ce84056ecd51084ba7a7d97) Fix __init_subclass__ type check ([#7723](https://github-redirect.dependabot.com/python/mypy/issues/7723)) - [`9751449`](https://github.com/python/mypy/commit/975144969199d388a3c34e74a0a23825e33b7e74) Remove new_semantic_analyzer from config parameters ([#7529](https://github-redirect.dependabot.com/python/mypy/issues/7529)) - [`6a5cc35`](https://github.com/python/mypy/commit/6a5cc35039fec6fae9cc88b6840d2d3775c4a8cf) Sync typeshed ([#7682](https://github-redirect.dependabot.com/python/mypy/issues/7682)) - [`2288371`](https://github.com/python/mypy/commit/228837190169769b2bb15d183305ae712434dc11) Always show the cause of error in dmypy suggest ([#7680](https://github-redirect.dependabot.com/python/mypy/issues/7680)) - [`263ba7f`](https://github.com/python/mypy/commit/263ba7fe4f0d6d5993180c923a547c01a85ea7bb) Support FIXME names for unknown types in dmypy suggest ([#7679](https://github-redirect.dependabot.com/python/mypy/issues/7679)) - [`40f4d66`](https://github.com/python/mypy/commit/40f4d6628d52113e191386d7256d9988382666d8) Improve color and terminal width overrides ([#7674](https://github-redirect.dependabot.com/python/mypy/issues/7674)) - [`33e3558`](https://github.com/python/mypy/commit/33e35589ce37136e334bddd057c37d250cb917d9) Fix operator error messages for __div__ and __cmp__ on python 2 ([#7671](https://github-redirect.dependabot.com/python/mypy/issues/7671)) - [`c95ecc1`](https://github.com/python/mypy/commit/c95ecc1952b4f804662e37b36c0779b32226f88b) Only return a declared type from __new__ if it is a subtype of the class ([#7656](https://github-redirect.dependabot.com/python/mypy/issues/7656)) - [`6f8480c`](https://github.com/python/mypy/commit/6f8480c9d1dcbcacc8bc248665cfbb42c9920270) Update examples of mutable and non-mutable mapping in cheat sheet ([#7620](https://github-redirect.dependabot.com/python/mypy/issues/7620)) - Additional commits viewable in [compare view](https://github.com/python/mypy/compare/v0.701...v0.740)


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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #205.