Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump pytype from 2020.11.3 to 2020.11.12 #7445

Merged
merged 1 commit into from Nov 13, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps pytype from 2020.11.3 to 2020.11.12.

Changelog

Sourced from pytype's changelog.

Version 2020.11.12

  • Support # type: ignore[errorcode, ...] in pyi files.
  • Always allow classes to match typing.Hashable.
  • Fix a bug in pytype's handling of Literal[].

Version 2020.11.03

  • Drop support for running pytype under Python 3.5.
  • Add a dependency on pybind11 for new typegraph metrics.
  • merge-pyi support for "import collections.abc as abc" style imports.

Version 2020.10.08

  • Add runtime_checkable to typing.pytd.

Version 2020.09.29

  • Fix a bug in attaching function type comments to opcodes.
  • Use py -x.y instead of pythonx.y for windows.

Version 2020.09.24

  • Fix a bug involving multiple super calls.
  • Support tuple slicing.
  • Make all tests pass in Python 3.8.
  • Respect all typing re-exports in the pyi parser.
  • Create C++ metrics classes for tracking typegraph metrics.
  • Update attrs pytd files to support version 20.2.0.

Version 2020.09.16

  • Fix a parser bug when importing and re-exporting a submodule.
  • Call python -m ninja instead of ninja.
  • Don't crash when processing a pyi containing all.
  • Convert Bindings() to a list in cfg.py.

Version 2020.09.14

  • Drop the --python_exe option.
  • Have check_py and generate_pyi accept a source string instead of a filename.
  • Pass around an options.open_function that is used in place of builtins.open.
  • Fix some Python 3.8 bugs.
  • Fix python-incompatible syntax in pytd files.
  • Print 'leaving directory' after ninja command.
  • Support sys.version_info tuple checks that do not use slicing.

Version 2020.08.28

  • Let multiple PyTDFunction signatures match when *args/**kwargs is present.

Version 2020.08.17

  • Allow # type: ignore in more places in pyi files.
  • Support TypedDict function-based syntax in pyi files.
  • Add more developer documentation.

Version 2020.08.10

  • Support aliases to unions with type parameters.
Commits
  • 793623e Merge pull request #730 from google/google_sync
  • 8a896b5 Do a PyPI release.
  • afc1fde Merge pull request #729 from google/google_sync
  • 6c37c3c Fix collections_overlay_test on Travis.
  • 79b728d Fix Travis lint errors.
  • ce4a913 Add a missing <br /> to docs/_layouts/dev_guide.
  • 07e8a3f Support # type: ignore[errorcode, ...] in pyi files.
  • 666fa2e Always allow classes to match typing.Hashable.
  • b964b6a Allow x = ... for x: Any = ...
  • ca6a619 Fix a bug in pytype's handling of Literal[<str>].
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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:

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

Bumps [pytype](https://github.com/google/pytype) from 2020.11.3 to 2020.11.12.
- [Release notes](https://github.com/google/pytype/releases)
- [Changelog](https://github.com/google/pytype/blob/master/CHANGELOG)
- [Commits](google/pytype@2020.11.03...2020.11.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@codecov
Copy link

codecov bot commented Nov 13, 2020

Codecov Report

Merging #7445 (6b30aa2) into development (ea8a477) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           development    #7445   +/-   ##
============================================
  Coverage        65.28%   65.28%           
============================================
  Files              265      265           
  Lines            13223    13223           
============================================
  Hits              8632     8632           
  Misses            4591     4591           

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 ea8a477...6b30aa2. Read the comment docs.

@dependabot-preview dependabot-preview bot merged commit 50006c0 into development Nov 13, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/pytype-2020.11.12 branch November 13, 2020 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants