[PR #156] [MERGED] Bump protobuf from 5.28.3 to 5.29.1 #158

Closed
opened 2026-03-02 04:00:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ElDavoo/wa-crypt-tools/pull/156
Author: @dependabot[bot]
Created: 12/5/2024
Status: Merged
Merged: 12/14/2024
Merged by: @ElDavoo

Base: mainHead: dependabot/pip/protobuf-5.29.1


📝 Commits (1)

  • 7eca7f8 Bump protobuf from 5.28.3 to 5.29.1

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 pyproject.toml (+1 -1)
📝 requirements.txt (+1 -1)

📄 Description

Bumps protobuf from 5.28.3 to 5.29.1.

Commits
  • 796e49f Updating version.json and repo version numbers to: 29.1
  • ba6da44 Rename maven to protobuf_maven in MODULE.bazel (#18641) (#19477)
  • 5864b50 Revert "Remove deprecated service.py usages from test". For 29.x only (#19434)
  • e0a3978 Merge pull request #19425 from protocolbuffers/29.x-202411271837
  • 9e78ac7 Updating version.json and repo version numbers to: 29.1-dev
  • 2d4414f Updating version.json and repo version numbers to: 29.0
  • 870e599 Revert upgrade to rules_java 8.3.1. This is a partial roll-back of fb8ee79 (#...
  • 02cffa4 Fix typo in BCR maintainer name config for acozzette@ (#19307)
  • 7537b03 Remove Bazel 6 in BCR presubmits (#19309)
  • 325aa80 Merge pull request #19305 from protocolbuffers/29.x-202411182222
  • 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ElDavoo/wa-crypt-tools/pull/156 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/5/2024 **Status:** ✅ Merged **Merged:** 12/14/2024 **Merged by:** [@ElDavoo](https://github.com/ElDavoo) **Base:** `main` ← **Head:** `dependabot/pip/protobuf-5.29.1` --- ### 📝 Commits (1) - [`7eca7f8`](https://github.com/ElDavoo/wa-crypt-tools/commit/7eca7f81ed20d70ef68cbc1a52b12c81544fe151) Bump protobuf from 5.28.3 to 5.29.1 ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `pyproject.toml` (+1 -1) 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.28.3 to 5.29.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/protocolbuffers/protobuf/commit/796e49f6ca82f763d1087d2ff7355d2f0d7b71b1"><code>796e49f</code></a> Updating version.json and repo version numbers to: 29.1</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/ba6da44dd0910910ea4aad90afc9ea0ae0afc9cf"><code>ba6da44</code></a> Rename maven to protobuf_maven in MODULE.bazel (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/18641">#18641</a>) (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/19477">#19477</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/5864b5078a0187a1a16d4d2ed6f55972511d0a94"><code>5864b50</code></a> Revert &quot;Remove deprecated service.py usages from test&quot;. For 29.x only (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/19434">#19434</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/e0a3978b678be0f3aab8689770b64d1465d2479e"><code>e0a3978</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/19425">#19425</a> from protocolbuffers/29.x-202411271837</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/9e78ac7afae5fe45f56d47bf831fd7d86c99e954"><code>9e78ac7</code></a> Updating version.json and repo version numbers to: 29.1-dev</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/2d4414f384dc499af113b5991ce3eaa9df6dd931"><code>2d4414f</code></a> Updating version.json and repo version numbers to: 29.0</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/870e5996a5f764b51ac22614aa07070941e555e1"><code>870e599</code></a> Revert upgrade to rules_java 8.3.1. This is a partial roll-back of fb8ee79 (#...</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/02cffa463c3c38316467e168e13972da003fe58e"><code>02cffa4</code></a> Fix typo in BCR maintainer name config for acozzette@ (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/19307">#19307</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/7537b0387c3c620ccbe40477743e3352f39c9b9a"><code>7537b03</code></a> Remove Bazel 6 in BCR presubmits (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/19309">#19309</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/325aa800a9ec6472e5156f60000af1016bc9b4f4"><code>325aa80</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/19305">#19305</a> from protocolbuffers/29.x-202411182222</li> <li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v5.28.3...v5.29.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.28.3&new-version=5.29.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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 04:00:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wa-crypt-tools#158
No description provided.