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 2023.10.24 to 2023.10.31 #149

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2023

Bumps pytype from 2023.10.24 to 2023.10.31.

Changelog

Sourced from pytype's changelog.

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.
  • When setting a type from assertIsInstance narrow the original type if possible.

Version 2023.10.17:

Updates:

  • Remove the --overriding-parameter-count-checks flag. This flag's behavior is now the default.
  • Support enum.StrEnum.
  • Support type narrowing for match cases with as captures.
  • Add basic support for Python 3.11.
    • Pytype can now analyze code that does not use any new 3.11 features in 3.11.
    • Support for new features will follow over the coming months.

Bug fixes:

  • Improve set and frozenset methods.
  • Fix maximum recursion depth error.
  • Remove extraneous check in RenameModuleVisitor.

Version 2023.10.05:

Updates:

  • Default --overriding-parameter-count-checks to True. This flag is now a no-op.

Bug fixes:

  • Improve type signatures for set.union.
  • Simplify the output of assert_type and reveal_type.
  • --strict-undefined-checks: Don't propagate block locals when a block cannot be

... (truncated)

Commits
  • 5474163 Merge pull request #1523 from google/google_sync
  • e58db28 Prepare a PyPI release.
  • 58cb383 Use equality check rather than identity check for recursion detection.
  • 4e76868 Add feature flag to bind 'self' correctly in decorated methods.
  • 59e0b01 Merge pull request #1522 from google/google_sync
  • 8a2ff7a Support typing.assert_type.
  • dc50f2b 3.11: Support typing.reveal_type and typing.assert_never.
  • 5b5a22d Support typing.assert_type.
  • c452719 Fix some corner cases in invalidating an enum tracker.
  • 89cd610 3.11: Implement typing features Never, clear_overloads, and get_overloads.
  • 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)

Bumps [pytype](https://github.com/google/pytype) from 2023.10.24 to 2023.10.31.
- [Changelog](https://github.com/google/pytype/blob/main/CHANGELOG)
- [Commits](google/pytype@2023.10.24...2023.10.31)

---
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 the dependencies Pull requests that update a dependency file label Nov 1, 2023
Copy link

sonarcloud bot commented Nov 1, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants