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.720 #170

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps mypy from 0.701 to 0.720.

Commits - [`36aecda`](https://github.com/python/mypy/commit/36aecdae92d050f626ea9029ad08f0c8382c47e7) Bump version to 0.720 - [`e479b6d`](https://github.com/python/mypy/commit/e479b6d55f927ed7b71d94e8632dc3921b983362) Support selecting TypedDicts from unions ([#7184](https://github-redirect.dependabot.com/python/mypy/issues/7184)) - [`fc4baa6`](https://github.com/python/mypy/commit/fc4baa6db30eb67973a0d5ddc6313a6bf5336495) Fix mismatched reference to ``dotted_module_name`` ([#7179](https://github-redirect.dependabot.com/python/mypy/issues/7179)) - [`438a3e9`](https://github.com/python/mypy/commit/438a3e93b340f522cafa19a60498b6d579cc4025) New semantic analyzer: fix crash on broken overload at class scope ([#7181](https://github-redirect.dependabot.com/python/mypy/issues/7181)) - [`dc58be0`](https://github.com/python/mypy/commit/dc58be0a2c1aeed3965cf87490bdf3ebdad2afb1) Enable new semantic analyzer by default ([#7174](https://github-redirect.dependabot.com/python/mypy/issues/7174)) - [`e7ddba1`](https://github.com/python/mypy/commit/e7ddba113d69055387996df33ceaace52b8c2c97) Add union math for intelligent indexing ([#6558](https://github-redirect.dependabot.com/python/mypy/issues/6558)) - [`2f613b8`](https://github.com/python/mypy/commit/2f613b8b5525aa50906710aafb77ebc2f2325b90) Don't define a duplicate __init__ for dataclasses ([#7168](https://github-redirect.dependabot.com/python/mypy/issues/7168)) - [`c04091b`](https://github.com/python/mypy/commit/c04091bc1dfa47af58128cc1b11203943dc4d1e9) Fix self-check (and therefore mypyc) on older Python versions ([#7176](https://github-redirect.dependabot.com/python/mypy/issues/7176)) - [`37fdc36`](https://github.com/python/mypy/commit/37fdc36c6440c540c7e01bd0877354eb61c8747e) Sync typeshed ([#7175](https://github-redirect.dependabot.com/python/mypy/issues/7175)) - [`ebb3ee2`](https://github.com/python/mypy/commit/ebb3ee2d960efd30f31c7275a7c3632dde1b6360) New analyzer: add more tests for order of processing ([#7173](https://github-redirect.dependabot.com/python/mypy/issues/7173)) - Additional commits viewable in [compare view](https://github.com/python/mypy/compare/v0.701...v0.720)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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.
dependabot-preview[bot] commented 4 years ago

Superseded by #186.