[PR #145] [MERGED] Bump protobuf from 5.28.0 to 5.28.1 #152

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

📋 Pull Request Information

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

Base: mainHead: dependabot/pip/protobuf-5.28.1


📝 Commits (1)

  • bb9487e Bump protobuf from 5.28.0 to 5.28.1

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps protobuf from 5.28.0 to 5.28.1.

Commits
  • 10ef3f7 Updating version.json and repo version numbers to: 28.1
  • d70f077 Merge pull request #18191 from protocolbuffers/cp-ruby-upb
  • 60e585c Update staleness
  • 70b77de Fix a potential Ruby-upb use of uninitialized memory.
  • 5b4b3af Merge pull request #18188 from acozzette/28-fix
  • 8ea3bb1 Fix compiler error with StrongReferenceToType()
  • 9deedf0 upb: fix uninitialized upb_MessageValue buffer bugs (#18160)
  • 3454ed8 Merge pull request #18013 from protocolbuffers/28.x-202408281753
  • 976ab41 Updating version.json and repo version numbers to: 28.1-dev
  • 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)

🔄 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/145 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/12/2024 **Status:** ✅ Merged **Merged:** 9/12/2024 **Merged by:** [@ElDavoo](https://github.com/ElDavoo) **Base:** `main` ← **Head:** `dependabot/pip/protobuf-5.28.1` --- ### 📝 Commits (1) - [`bb9487e`](https://github.com/ElDavoo/wa-crypt-tools/commit/bb9487ef290502689557ea26b0c78a490caf91f4) Bump protobuf from 5.28.0 to 5.28.1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.28.0 to 5.28.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/protocolbuffers/protobuf/commit/10ef3f77683f77fb3c059bf47725c27b3ff41e63"><code>10ef3f7</code></a> Updating version.json and repo version numbers to: 28.1</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/d70f0778879317c2416ca414f6ba3261962622be"><code>d70f077</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/18191">#18191</a> from protocolbuffers/cp-ruby-upb</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/60e585c8f451cafcf6fd00a6575d7f2be09904d1"><code>60e585c</code></a> Update staleness</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/70b77de0d5aa8f70f87244961dc8fae2b1c9b928"><code>70b77de</code></a> Fix a potential Ruby-upb use of uninitialized memory.</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/5b4b3af7f1238c35e491446f9e8c324ef4337cfc"><code>5b4b3af</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/18188">#18188</a> from acozzette/28-fix</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/8ea3bb17cbf7f19922f5d0443b8dd9080c596ea1"><code>8ea3bb1</code></a> Fix compiler error with <code>StrongReferenceToType()</code></li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/9deedf0304c6ed8c7fb1cdb4466f01b8253cf376"><code>9deedf0</code></a> upb: fix uninitialized upb_MessageValue buffer bugs (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/18160">#18160</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/3454ed8adcff4313bcaaa2301165617eb1de5616"><code>3454ed8</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/18013">#18013</a> from protocolbuffers/28.x-202408281753</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/976ab4188131c4fc9a9adfebea3ba9bc05459543"><code>976ab41</code></a> Updating version.json and repo version numbers to: 28.1-dev</li> <li>See full diff in <a href="https://github.com/protocolbuffers/protobuf/compare/v5.28.0...v5.28.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.0&new-version=5.28.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:16 +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#152
No description provided.