Skip to content
This repository was archived by the owner on Jan 26, 2021. It is now read-only.

Bump mypy from 0.701 to 0.710 in /repondeur #548

Merged
merged 6 commits into from
Jun 25, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps mypy from 0.701 to 0.710.

Commits
  • 81e8940 Document --new-semantic-analyzer (#7023)
  • 405f682 Bump version to 0.710
  • f68fc74 New semantic analyzer: fix ambiguity between submodule and local definition (...
  • 8bd2fdf Sync mypy with recent runtime updates in typing (#7013)
  • 7cd264a Use level "note" for reveal_type and reveal_locals (#6919)
  • df52a85 Sync typeshed (#7010)
  • 9eb2468 New semantic analyzer: don't add submodules to symbol tables (#7005)
  • 6866191 Fix typo in config README (#7007)
  • 44172ca Mark TypedDict as not experimental (#6994)
  • 6df281e Make narrow_declared_type correctly handle Literal types (#6961)
  • Additional commits viewable in compare view

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 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:

  • 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.

@davidbgk
Copy link
Contributor

The current failures regarding partial error (Call to untyped function (unknown) in typed context) are currently being discussed and might be undo: python/typeshed#2878

Let's wait & see.

@dependabot-preview
Copy link
Contributor Author

A newer version of mypy exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

dependabot-preview bot and others added 6 commits June 25, 2019 11:39
Bumps [typed-ast](https://github.com/python/typed_ast) from 1.3.5 to 1.4.0.
<details>
<summary>Commits</summary>

- [`aa54d57`](python/typed_ast@aa54d57) Release version 1.4.0
- [`ea22233`](python/typed_ast@ea22233) Remove broken author email; rename project to typed_ast (underscore!) ([#120](https://github-redirect.dependabot.com/python/typed_ast/issues/120))
- [`bd75088`](python/typed_ast@bd75088) Fix compilation on Python 3.8 ([#119](https://github-redirect.dependabot.com/python/typed_ast/issues/119))
- [`6222c24`](python/typed_ast@6222c24) Support text appearing after "# type: ignore" ([#116](https://github-redirect.dependabot.com/python/typed_ast/issues/116))
- [`7b9cbb6`](python/typed_ast@7b9cbb6) Disable Python 3.4 windows builds too ([#117](https://github-redirect.dependabot.com/python/typed_ast/issues/117))
- [`4f95b83`](python/typed_ast@4f95b83) Drop support for Python 3.3 and 3.4; make 3.7 and 3.8 support official ([#114](https://github-redirect.dependabot.com/python/typed_ast/issues/114))
- [`aa05ac7`](python/typed_ast@aa05ac7) Don't reference basestring -- this is always run in Python 3! ([#112](https://github-redirect.dependabot.com/python/typed_ast/issues/112))
- [`10e4e03`](python/typed_ast@10e4e03) Drop sudo instructions from Travis CI config ([#109](https://github-redirect.dependabot.com/python/typed_ast/issues/109))
- [`09a7142`](python/typed_ast@09a7142) Bump version to 1.3.6.dev0
- See full diff in [compare view](python/typed_ast@1.3.5...1.4.0)
</details>
@ronnix ronnix force-pushed the dependabot/pip/repondeur/mypy-0.710 branch from 2995348 to cba586e Compare June 25, 2019 09:40
@ronnix ronnix merged commit 5d74e5e into master Jun 25, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/repondeur/mypy-0.710 branch June 25, 2019 09:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants