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 2022.10.26 to 2023.11.29 #465

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps pytype from 2022.10.26 to 2023.11.29.

Changelog

Sourced from pytype's changelog.

Version 2023.11.29:

Updates:

  • Remove the --use-enum-overlay flag. It has been enabled by default since the last release.

Bug fixes:

  • Mark typing.Required as generic.
  • Fix container mutation bug.

Version 2023.11.21:

Updates:

  • Add support for typing_extensions.override.
  • Add support for the pax fiddle library.
  • Enable --use-enum-overlay by default.

Bug fixes:

  • Take arguments passed by keyword into account in Unknown.to_type().
  • Don't create extra copies of None in convert.py.
  • Allow frame locals to be an Unsolvable (Any).
  • When making properties, check their arity against require arg count.
  • Allow arbitrary AST nodes in typing.Annotated.
  • Fix crash caused by assuming parameter names are strings.
  • Fix corner case in which decorated setUp method wasn't being analyzed.
  • Add missing buffer methods to memoryview.
  • Allow functions in pyi files to have any number of decorators.

Version 2023.10.31:

Updates:

  • Happy Halloween!
  • typing.Self: support Self in variable annotations.
  • 3.11: Implement typing features Never, clear_overloads, get_overloads, assert_type, reveal_type, and assert_never.
  • Add feature flag --bind-decorated-methods to bind 'self' correctly in decorated methods.

Bug fixes:

  • Fix some corner cases in invalidating an enum tracker.
  • Use equality check rather than identity check for recursion detection.

Version 2023.10.24:

Updates:

  • Add support for typing.Self in method type annotations.

Bug fixes:

  • Support pattern matching against a tuple of match variables.
  • Fix crash caused by use of a recursive type in a callable.

... (truncated)

Commits
  • 2700a11 Merge pull request #1537 from google/google_sync
  • f68c73a Internal change
  • fa31d73 Internal change
  • 32c2620 Merge pull request #1536 from google/google_sync
  • 41556a8 Fix container mutation bug.
  • 58f22ee Mark typing.Required as generic.
  • bdb0fe4 Merge pull request #1533 from google/google_sync
  • dcc7897 Prepare a PyPI release.
  • bd9fbfb Allow functions in pyi files to have any number of decorators.
  • dac0202 Relax parameter count requirements for property-decorated methods.
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 4, 2023
Bumps [pytype](https://github.com/google/pytype) from 2022.10.26 to 2023.11.29.
- [Changelog](https://github.com/google/pytype/blob/main/CHANGELOG)
- [Commits](google/pytype@2022.10.26...2023.11.29)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pytype-2023.11.29 branch from 9a66a63 to d9a8c23 Compare December 7, 2023 11:23
Copy link

codeclimate bot commented Dec 7, 2023

Code Climate has analyzed commit d9a8c23 and detected 0 issues on this pull request.

View more on Code Climate.

@unode
Copy link
Collaborator

unode commented Dec 7, 2023

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 7, 2023

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 11, 2023

Superseded by #469.

@dependabot dependabot bot closed this Dec 11, 2023
@dependabot dependabot bot deleted the dependabot/pip/pytype-2023.11.29 branch December 11, 2023 17:06
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.

1 participant