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

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 19, 2022

Bumps pytype from 2022.12.9 to 2022.12.15.

Changelog

Sourced from pytype's changelog.

Version 2022.12.15:

Updates:

  • Remove the --overriding-default-value-checks and --overriding-parameter-name-checks feature flags, which have been no-ops since the last release.
  • Update typeshed pin to commit 78d96cd from July 12.

Version 2022.12.09:

Updates:

  • PEP 612: Add support for imported ParamSpec and Concatenate instances.
  • Update typeshed pin to commit 4e0aacc from July 12.
  • Feature flags:
    • Remove --mapping-is-not-sequence, which has been a no-op since the last release.
    • Default --overriding-default-value-checks to True.
    • Default --overriding-parameter-name-checks to True.

Bug fixes:

  • Fix a bug in module resolution in load_pytd.
  • Don't let one TypeVar contain another, and keep invalid TypeVars when possible.
  • Support calling super() with a subclass of builtins.type.
  • Fix annotation of *args and **kwargs when constructing a SimpleFunction.
  • Don't report container errors for late types.
  • --always-use-return-annotations: handle coroutines.
  • Add missing attributes to typing.TextIO.

Version 2022.11.29:

Updates:

  • Default --mapping-is-not-sequence to True.

Bug fixes:

  • Fix incorrect "Any" count in pytd printer for Callable[nothing, X].

Version 2022.11.18:

Updates:

  • Allow NoReturn to appear anywhere.
  • Add basic TypeGuard support.

Bug fixes:

  • Improve imports handling in the pytd printer.
  • Do a better job of catching bad parameterized types in pyi files.
  • Fix constant folding for python-3.9+ literals compiling to LIST_EXTEND.
  • Stop accidentally converting bound to unbound functions.

Version 2022.11.10:

... (truncated)

Commits
  • b21137e Merge pull request #1333 from google/google_sync
  • 1e69093 Prepare a PyPI release.
  • 9afd984 Internal change
  • 8571a1a Merge pull request #1332 from google/google_sync
  • af461f9 Update typeshed to 78d96cd17e1b0ddefe74dfd91a3ecb5768b80b32.
  • e97f58a Update typeshed to 78d96cd17e1b0ddefe74dfd91a3ecb5768b80b32.
  • ed7b524 Update freshness for docs.
  • 9b2bbf2 Delete no-op feature flags.
  • See full diff 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 2022.12.9 to 2022.12.15.
- [Release notes](https://github.com/google/pytype/releases)
- [Changelog](https://github.com/google/pytype/blob/main/CHANGELOG)
- [Commits](google/pytype@2022.12.09...2022.12.15)

---
updated-dependencies:
- dependency-name: pytype
  dependency-type: direct:production
  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 Dec 19, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 16, 2023

Superseded by #70.

@dependabot dependabot bot closed this Jan 16, 2023
@dependabot dependabot bot deleted the dependabot/pip/pytype-2022.12.15 branch January 16, 2023 13:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

0 participants