Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2025

Bumps the required group with 5 updates:

Package From To
protobuf 5.29.0 5.29.2
pydoclint 0.5.9 0.5.14
mkdocs-material 9.5.47 9.5.49
mypy 1.13.0 1.14.1
pylint 3.3.2 3.3.3

Updates protobuf from 5.29.0 to 5.29.2

Commits
  • 2330983 Updating version.json and repo version numbers to: 29.2
  • 1772657 Automated rollback of commit 23aada230b2478c7a07fe7612489eb8e79b9c379. (#19692)
  • 8b9d76c Export environment variables so bazelisk picks them up (#19690)
  • a1c9b6a Pin staleness check to Bazel 7 (#19689)
  • 3649f87 Remove unused / invalid C++ lazy repeated field code from OSS. (#19682)
  • 3a7bb4a Remove CMake downgrade workaround from Windows CI tests (#19630)
  • d7d3da6 Merge pull request #19506 from protocolbuffers/29.x-202412032207
  • a3e9db8 Updating version.json and repo version numbers to: 29.2-dev
  • 796e49f Updating version.json and repo version numbers to: 29.1
  • ba6da44 Rename maven to protobuf_maven in MODULE.bazel (#18641) (#19477)
  • Additional commits viewable in compare view

Updates pydoclint from 0.5.9 to 0.5.14

Release notes

Sourced from pydoclint's releases.

0.5.14

What's Changed

Full Changelog: jsh9/pydoclint@0.5.13...0.5.14

0.5.13

What's Changed

Full Changelog: jsh9/pydoclint@0.5.12...0.5.13

0.5.12

What's Changed

Full Changelog: jsh9/pydoclint@0.5.11...0.5.12

0.5.11

What's Changed

Full Changelog: jsh9/pydoclint@0.5.10...0.5.11

0.5.10

What's Changed

Full Changelog: jsh9/pydoclint@0.5.9...0.5.10

Changelog

Sourced from pydoclint's changelog.

[0.5.14] - 2024-12-26

  • Changed

    • Added DOC002 (syntax error) to handle cases where there are syntax errors in the Python file
    • Replaced invisible and zero-width characters with empty strings so that Python's AST can correctly parse the files
    • Added end-to-end test (essentially an integration test)
  • Fixed

    • A bug in ast.assign
  • Full diff

[0.5.13] - 2024-12-20

  • Fixed

    • Fixed a bug where assigning a dict value (such as abc['something'] = 123) would result in EdgeCaseError
    • Fixed a bug where non-UTF-8 encoded files would crash pydoclint
  • Full diff

[0.5.12] - 2024-12-15

  • Changed

    • Dropped support for Python 3.8
    • Use "modern" type annotation, such as list and str | None
  • Added

    • Added static type checking using mypy
    • A new config option, --only-attrs-with-ClassVar-are-treated-as-class-attrs
    • Ensured support for Python 3.12 and 3.13
  • Full diff

[0.5.11] - 2024-12-14

  • Fixed

    • Fixed a bug where pydoclint uses variable names instead of the exception itself (jsh9/pydoclint#175)

... (truncated)

Commits
  • 46c5cb7 Fix a bug with ast.assign (#195)
  • f141b71 Make pydoclint not crash on syntax erros (including invisible chars) (#194)
  • dfd9494 Fix a bug with reading non-UTF-8 encoded files (#192)
  • 3e5b304 Fix a bug with subscript assign (#191)
  • ca6f344 Ensure support for py312 and 313 (#189)
  • da14ebd Add new config option to treat ClassVar attrs as class attrs (#188)
  • dc5a53b Use "modern" type annotations (#187)
  • 903aa91 Add mypy static type checking to pydoclint (#185)
  • c9d017f Drop Python 3.8 support (#186)
  • 3b4dcb5 fix: get name of a raised exception when bound in except (#184)
  • Additional commits viewable in compare view

Updates mkdocs-material from 9.5.47 to 9.5.49

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.5.49

  • Adjusted title color in dark mode for all supported Mermaid.js diagrams
  • Fixed #7803: Privacy plugin crashes on generated files
  • Fixed #7781: Mermaid.js flow chart title not visible in dark mode

mkdocs-material-9.5.48

  • Fixed #7774: Disabling social cards doesn't work
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.5.49 (2024-12-16)

  • Adjusted title color in dark mode for all supported Mermaid.js diagrams
  • Fixed #7803: Privacy plugin crashes on generated files
  • Fixed #7781: Mermaid.js flow chart title not visible in dark mode

mkdocs-material-9.5.48 (2024-12-08)

  • Fixed #7774: Disabling social cards doesn't work

mkdocs-material-9.5.47 (2024-12-01)

  • Fixed #7750: Numeric tags break search
  • Fixed #7748: Blog plugin breaks when using future drafts (9.5.45 regression)

mkdocs-material-9.5.46 (2024-11-25)

  • Added support for removing preload hints in privacy plugin
  • Fixed #7734: Code blocks in h5 headlines are uppercased
  • Fixed #7725: Blog plugin crashing on missing timezone (9.5.45 regression)

mkdocs-material-9.5.45 (2024-11-20)

  • Reduced size of Docker image through multi-stage build
  • Fixed #7708: Blog plugin crashing on YAML dates with timezones

mkdocs-material-9.5.44 (2024-11-05)

  • Fixed #7672: Font CSS 404's when using privacy plugin (9.5.43 regression)

mkdocs-material-9.5.43 (2024-10-31)

  • Added support for external images in SVGs in privacy plugin
  • Fixed #7651: Privacy plugin doesn't handle quoted URLs in CSS

mkdocs-material-9.5.42 (2024-10-20)

  • Fixed #7625: Invalid encoding of boolean attributes in privacy plugin
  • Fixed #7624: Crash when disabling privacy plugin (9.5.41 regression)

mkdocs-material-9.5.41 (2024-10-15)

  • Fixed #7619: Improved tooltip on logo disappears after instant navigation
  • Fixed #7616: Race condition in built-in privacy plugin when inlining assets
  • Fixed #7615: Comments and "Was this page helpful?" visible when printing

mkdocs-material-9.5.40 (2024-10-10)

  • Updated Latvian translations
  • Fixed #7597: Social cards not using site name on home page

... (truncated)

Commits

Updates mypy from 1.13.0 to 1.14.1

Changelog

Sourced from mypy's changelog.

Mypy Release Notes

Next release

Drop Support for Python 3.8

Mypy no longer supports running with Python 3.8, which has reached end-of-life. When running mypy with Python 3.9+, it is still possible to type check code that needs to support Python 3.8 with the --python-version 3.8 argument. Support for this will be dropped in the first half of 2025!

Contributed by Marc Mueller (PR 17492).

Mypyc accelerated mypy wheels for aarch64

Mypy can compile itself to C extension modules using mypyc. This makes mypy 3-5x faster than if mypy is interpreted with pure Python. We now build and upload mypyc accelerated mypy wheels for manylinux_aarch64 to PyPI, making it easy for users on such platforms to realise this speedup.

Contributed by Christian Bundy (PR mypy_mypyc-wheels#76)

--strict-bytes

By default, mypy treats an annotation of bytes as permitting bytearray and memoryview. PEP 688 specified the removal of this special case. Use this flag to disable this behavior. --strict-bytes will be enabled by default in mypy 2.0.

Contributed by Ali Hamdan (PR 18137) and Shantanu Jain (PR 13952).

Improvements to partial type handling in loops

This change results in mypy better modelling control flow within loops and hence detecting several issues it previously did not detect. In some cases, this change may require use of an additional explicit annotation of a variable.

Contributed by Christoph Tyralla (PR 18180).

(Speaking of partial types, another reminder that mypy plans on enabling --local-partial-types by default in mypy 2.0).

Mypy 1.14

We’ve just uploaded mypy 1.14 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features and bug fixes. You can install it as follows:

python3 -m pip install -U mypy

... (truncated)

Commits

Updates pylint from 3.3.2 to 3.3.3

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the required group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `5.29.0` | `5.29.2` |
| [pydoclint](https://github.com/jsh9/pydoclint) | `0.5.9` | `0.5.14` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.47` | `9.5.49` |
| [mypy](https://github.com/python/mypy) | `1.13.0` | `1.14.1` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.3.2` | `3.3.3` |


Updates `protobuf` from 5.29.0 to 5.29.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v5.29.0...v5.29.2)

Updates `pydoclint` from 0.5.9 to 0.5.14
- [Release notes](https://github.com/jsh9/pydoclint/releases)
- [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md)
- [Commits](jsh9/pydoclint@0.5.9...0.5.14)

Updates `mkdocs-material` from 9.5.47 to 9.5.49
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.47...9.5.49)

Updates `mypy` from 1.13.0 to 1.14.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.13.0...v1.14.1)

Updates `pylint` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.2...v3.3.3)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: required
- dependency-name: pydoclint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: required
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: required
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: required
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: required
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 1, 2025 12:47
@dependabot dependabot bot added part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users labels Jan 1, 2025
@dependabot dependabot bot requested a review from ktickner January 1, 2025 12:48
@llucax
Copy link
Contributor

llucax commented Jan 2, 2025

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 2, 2025

Looks like this PR is already up-to-date with v0.x.x! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

This is to make sure it matches the build-time version.

Signed-off-by: Leandro Lucarella <[email protected]>
@llucax llucax enabled auto-merge January 3, 2025 09:32
@llucax llucax disabled auto-merge January 3, 2025 09:47
@llucax llucax enabled auto-merge January 3, 2025 09:47
@llucax llucax disabled auto-merge January 3, 2025 09:47
@llucax llucax merged commit 8b3342b into v0.x.x Jan 3, 2025
21 checks passed
@llucax llucax deleted the dependabot/pip/required-9a96d126db branch January 3, 2025 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) type:tech-debt Improves the project without visible changes for users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants