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

Bump pytype from 2021.10.4 to 2021.10.11 #286

Merged
merged 1 commit into from
Oct 12, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2021

Bumps pytype from 2021.10.4 to 2021.10.11.

Changelog

Sourced from pytype's changelog.

Version 2021.10.11

New features and updates:

  • Update pytype and typing annotation stubs for features added in attrs 21.1.0.
  • Enable --attribute-variable-annotations by default and make the flag a no-op. It will be removed in the next release.
  • The --use-enum-overlay flag is ready for general use. Enable this flag for precise typing of the stdlib enum library.

Bug fixes:

  • Support quoted types as annotations in pyi files.
  • Add precise overloads for the map function.
  • Support Ellipsis annotations in pyi files.
  • Preserve None in unions containing Any.
  • Fix a pyi import printing bug.
  • Improve ignored-abstractmethod error message.
  • Teach convert._load_late_type to handle nested classes.

Version 2021.10.04

Bug fixes:

  • Call init_class instead of instantiate when adding assertIsInstance bindings.
  • Use the namedtuple 'defaults' argument when generating new signature.
  • Do not raise a parser error for unrecognised decorators.
  • Merge BaseValue.cls and BaseValue.get_class().
  • Check Instance.maybe_missing_members earlier during attribute access.
  • Fix a bug in matching callables with TypeVar parameters.

Version 2021.09.27

New features and updates:

  • Drop target Python 3.5 support.
  • Remove the no-op --enforce-noniterable-strings flag.
  • Support arbitrary python values for typing.Annotated in pyi files.
  • Add more extensive type support for attr converters.

Bug fixes:

  • Preserve named args in a function call when we have **kwargs in the arglist.
  • Allow assertIsInstance to take a tuple of classes.
  • Fix a bug in matching a Union against a TypeVar.
  • Attach a line number to function call errors caused by annotating self.
  • Add some missing namedtuple args.

Version 2021.09.09

New features and updates:

  • Enable --enforce-noniterable-strings by default and make the flag a no-op. It will be removed in the next release.
  • Narrow the types of local variables based on test assertions.
  • For bad return type annotations on generators, change invalid-type-annotation

... (truncated)

Commits
  • 3771470 Merge pull request #1027 from google/google_sync
  • 7640742 Update support.md.
  • caeb91f Prepare a PyPI release.
  • 53d197b Make most of the pytype/typegraph targets private.
  • 5c9071a Teach convert._load_late_type to handle nested classes.
  • ab289fa Improve ignored-abstractmethod error message.
  • f956d84 Fix a pyi import printing bug.
  • 4f4c6d6 Preserve None in unions containing Any.
  • 049bd44 Fix a crash in WrongArgTypes.gt.
  • 5fb555a Improve function.get_signatures() so it can handle ClassMethodInstance.
  • 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 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)

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

---
updated-dependencies:
- dependency-name: pytype
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 12, 2021
@AdamHillier AdamHillier merged commit 469971b into main Oct 12, 2021
@AdamHillier AdamHillier deleted the dependabot/pip/pytype-2021.10.11 branch October 12, 2021 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant