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.10.17 #450

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

Bumps pytype from 2022.10.26 to 2023.10.17.

Changelog

Sourced from pytype's changelog.

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 exited from.
  • Fix various Python 3.11 bugs.

Version 2023.09.27:

Updates:

  • Update typeshed pin to commit 8597724 from Sep 18.
  • Python 3.11: add exception handling.
  • Support pattern matching literal sequences.

Bug fixes:

  • Take TypeVar substitutions into account when extracting annotations.
  • Fix a crash when pattern matching against Callable().
  • Apply overlays when loading modules imported in pyi files.
  • Don't ignore decorated initializers.
  • Add object.format to builtins stubs.
  • Export the type stub for attrs.cmp_using.

Version 2023.09.19:

Updates:

  • Update typeshed pin to commit ce222e5 from Jun 12.
  • pytype-single: Add --no-validate-version flag to disable Python version checks. This makes testing not-yet-supported versions easier.
  • Remove max version requirement for installing pytype. This prevents accidental

... (truncated)

Commits
  • 3cb04eb Bump required pycnite version.
  • 6d1caf4 Merge pull request #1517 from google/google_sync
  • 3259bff Prepare a PyPI release.
  • f266c24 Update parser_libcst for new pattern matching code.
  • 2ea27fb Narrow both the match var and the case var when as-capturing a default match.
  • 19b765a Do not attempt to track enum matches in cases other than a simple match.
  • e0f192b Fix pattern matching for mixed class and cmp matches with capture variables.
  • de8a756 Fix failing tyre tests.
  • f609b71 Support type narrowing for match cases with as captures.
  • d3ec907 Add some missing 3.11 definitions.
  • 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 2022.10.26 to 2023.10.17.
- [Changelog](https://github.com/google/pytype/blob/main/CHANGELOG)
- [Commits](google/pytype@2022.10.26...2023.10.17)

---
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 added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 23, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 30, 2023

Superseded by #453.

@dependabot dependabot bot closed this Oct 30, 2023
@dependabot dependabot bot deleted the dependabot/pip/pytype-2023.10.17 branch October 30, 2023 17:28
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.

0 participants