Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

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

Bumps pytype from 2023.9.19 to 2023.12.18.

Changelog

Sourced from pytype's changelog.

Version 2023.12.18:

Bug fixes:

  • Prevent ChainMap, Counter and OrderedDict from being dropped if they're only imported.
  • Fix matching against a plain fiddle.Config in pyi signatures.
  • Remove no-longer-necessary __getattribute__s from enum.pytd.
  • Resolve attribute access on Any constants in pytd to just the constant.
  • Don't let typing be treated as a replaceable Any.
  • FIX: Only call match_fiddle_instance_against_bare_type if we have a fiddle instance.

Version 2023.12.08:

Bug fixes:

  • Fix a crash with nested pattern matches.
  • Allow typing.Unpack to be parameterized.

Version 2023.12.07:

Updates:

  • 3.11: support ExceptionGroup.
  • Update typeshed pin to commit 0b36e65 from Nov 29.
  • Add a flag, --none-is-not-bool, to disable treatment of None as a bool.

Bug fixes:

  • Remove extraneous quotes around part of error message.
  • Fix pattern matching with case None branches.
  • Support @​override for methods anywhere in the MRO.

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.

... (truncated)

Commits
  • 6e8c068 Merge pull request #1554 from google/google_sync
  • 43f2d36 Prepare a PyPI release.
  • c9573ba Merge pull request #1550 from google/google_sync
  • da7aa62 Copy support.md change to docs/.
  • ab278ed FIX: Only call match_fiddle_instance_against_bare_type if we have a fiddle in...
  • 4509573 Don't let typing be treated as a replaceable Any.
  • f607901 Resolve attribute access on Any constants in pytd to just the constant.
  • 8687370 Remove no-longer-necessary __getattribute__s from enum.pytd.
  • 39ad691 Fix matching against a plain fiddle.Config in pyi signatures.
  • 222e7c3 Prevent ChainMap, Counter and OrderedDict from being dropped if they're...
  • 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.9.19 to 2023.12.18.
- [Changelog](https://github.com/google/pytype/blob/main/CHANGELOG)
- [Commits](google/pytype@2023.09.19...2023.12.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
@what-the-diff
Copy link

what-the-diff bot commented Dec 18, 2023

PR Summary

  • Updated Dev Dependency in Project Configuration
    • The version of pytype, a tool used by developers to check the code for any errors or inconsistencies, has been updated in the configuration of the project. This ensures the team is using a more current and improved version of this tool, leading to better accuracy in pinpointing issues in the codebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 8, 2024

Superseded by #239.

@dependabot dependabot bot closed this Jan 8, 2024
@dependabot dependabot bot deleted the dependabot/pip/development/pytype-2023.12.18 branch January 8, 2024 22:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant