zgzgorg / iam-backend

0 stars 2 forks source link

chore(deps-dev): bump pytype from 2021.10.4 to 2021.10.11 #48

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #48 (4c8878a) into master (13aab47) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #48   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines          281       281           
=========================================
  Hits           281       281           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 13aab47...4c8878a. Read the comment docs.