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.760 #208

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps mypy from 0.701 to 0.760.

Commits - [`54447c6`](https://github.com/python/mypy/commit/54447c6068f13326ec18dd4efb81ae3ab83b5ab4) Bump version to 0.760 - [`ba73352`](https://github.com/python/mypy/commit/ba73352af39a44bd8dbdc03e8c1b4e1c8e613787) Sync typeshed ([#8139](https://github-redirect.dependabot.com/python/mypy/issues/8139)) - [`bbd5627`](https://github.com/python/mypy/commit/bbd56278f8b6c2798fe5ae96dbd07c5e1a2ad80d) Don't mark a module as stale if its children change ([#8134](https://github-redirect.dependabot.com/python/mypy/issues/8134)) - [`a2ab97b`](https://github.com/python/mypy/commit/a2ab97badc0db97b6d639af0157a12357c12c91d) Produce error when assigning Enum or TypedDict as attribute ([#8107](https://github-redirect.dependabot.com/python/mypy/issues/8107)) - [`bc3e9d4`](https://github.com/python/mypy/commit/bc3e9d44aa8f61858ff48b667e38cc5c4f9a317a) [mypyc] Actually increment lambda_counter ([#7889](https://github-redirect.dependabot.com/python/mypy/issues/7889)) - [`29252f8`](https://github.com/python/mypy/commit/29252f853127409780b005aca1e12639a83b14a8) Bugfix/fix failing tests on windows due to relpath ([#8094](https://github-redirect.dependabot.com/python/mypy/issues/8094)) - [`63057d8`](https://github.com/python/mypy/commit/63057d8df78b7e0f0a02058a10291b8edcbcd672) Stubgen: split [@​abstractproperty](https://github.com/abstractproperty) ([#8066](https://github-redirect.dependabot.com/python/mypy/issues/8066)) - [`4fc7400`](https://github.com/python/mypy/commit/4fc7400435460d86277479cbb68f113fcda616f6) Fix error code of binary operation involving overload ([#8124](https://github-redirect.dependabot.com/python/mypy/issues/8124)) - [`7e65f1e`](https://github.com/python/mypy/commit/7e65f1e4ed1cb9489bc3fc1fa12fd7659a02e8e6) [mypyc] Respect declared metaclasses for non-extension classes ([#8119](https://github-redirect.dependabot.com/python/mypy/issues/8119)) - [`821630c`](https://github.com/python/mypy/commit/821630cf2f396494f3531c2a2c24b010ad3721ef) [mypyc] Fix interaction of Enum caching with _order_ ([#8120](https://github-redirect.dependabot.com/python/mypy/issues/8120)) - Additional commits viewable in [compare view](https://github.com/python/mypy/compare/v0.701...v0.760)


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 #210.