larq / zoo

Reference implementations of popular Binarized Neural Networks
https://docs.larq.dev/zoo
Apache License 2.0
104 stars 18 forks source link

Bump pytype from 2023.12.8 to 2023.12.18 #481

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

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 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)