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

Build(deps-dev): bump pytype from 2023.12.8 to 2023.12.18 #477

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps pytype from 2023.12.8 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...
  • 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 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.12.8 to 2023.12.18.
- [Changelog](https://github.com/google/pytype/blob/main/CHANGELOG)
- [Commits](google/pytype@2023.12.08...2023.12.18)

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

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 Dec 25, 2023
Copy link

codeclimate bot commented Dec 25, 2023

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

View more on Code Climate.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 8, 2024

Superseded by #482.

@dependabot dependabot bot closed this Jan 8, 2024
@dependabot dependabot bot deleted the dependabot/pip/pytype-2023.12.18 branch January 8, 2024 17:59
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