Skip to content

Commit e21b628

Browse files
Bump protobuf from 5.29.3 to 6.30.1 (#265)
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.29.3 to 6.30.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/protocolbuffers/protobuf/commit/0d815c5b74281f081c1ee4b431a4d5bbb1615c97"><code>0d815c5</code></a> Updating version.json and repo version numbers to: 30.1</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/ebb5224493150126861ce2e192d7ae244bfea1df"><code>ebb5224</code></a> Re-add <code>system_python</code> repo alias to MODULE.bazel (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/20662">#20662</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/4747628cce300d58e3bb0da4f3ee7cbfa1ac853b"><code>4747628</code></a> Remove Java runtime classes from kotlin release. (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/20607">#20607</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/250c5502fa436e82fca50937db7d28f43855b09e"><code>250c550</code></a> Fix python codegen crash when C++ features are used. (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/20577">#20577</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/3576a1f8732c4a42df90e406e07326198182b6fb"><code>3576a1f</code></a> Loosen py_proto_library check to be on the import path instead of full direct...</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/efa65c59858cd83f348628a3c5cb350082f3199a"><code>efa65c5</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/20562">#20562</a> from protocolbuffers/30.x-202503042254</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/63fc9d680507ceb41d4acbf17b138e4f6f85f86b"><code>63fc9d6</code></a> Updating version.json and repo version numbers to: 30.1-dev</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/d295af5c3002c08e1bfd9d7f9e175d0a4d015f1e"><code>d295af5</code></a> Updating version.json and repo version numbers to: 30.0</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/a5c906a6e70d9efbc82651e0ea88480545fb0105"><code>a5c906a</code></a> Split maven dependencies into dev vs local (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/20549">#20549</a>) (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/20558">#20558</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/6059cb7bb921c7d8a84c0ada2dfa68f1fe7492bc"><code>6059cb7</code></a> Cherry-pick notices change for 30.x</li> <li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v5.29.3...v6.30.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=protobuf&package-manager=pip&previous-version=5.29.3&new-version=6.30.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ff88df commit e21b628

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "pypi"
55

66
[packages]
77
cel-python = "==0.2.*"
8-
protobuf = "==5.*"
8+
protobuf = "==6.*"
99

1010
[dev-packages]
1111
pytest = "*"

Pipfile.lock

Lines changed: 12 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)