[PR #132] [MERGED] Bump protobuf from 5.27.1 to 5.27.2 #144

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

📋 Pull Request Information

Original PR: https://github.com/ElDavoo/wa-crypt-tools/pull/132
Author: @dependabot[bot]
Created: 6/26/2024
Status: Merged
Merged: 6/30/2024
Merged by: @ElDavoo

Base: mainHead: dependabot/pip/protobuf-5.27.2


📝 Commits (1)

  • 65af925 Bump protobuf from 5.27.1 to 5.27.2

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps protobuf from 5.27.1 to 5.27.2.

Commits
  • 63def39 Updating version.json and repo version numbers to: 27.2
  • 19bd211 Port windows bootstrapping fix (#17225)
  • 4923b8d Fix string_type bugs in edition 2023 (#17211)
  • b0a3c23 Merge pull request #17164 from protocolbuffers/cp-stubs
  • 270ca66 Cleanup imports and comments in V3 stubs.
  • 1e360a4 Add stubs for GeneratedMessageV3, RepeatedFieldBuilderV3, SingleFieldBuilderV...
  • 9cfb59b Add simple conformance test that builds the old gencode against the current r...
  • 6c6f514 Merge pull request #17161 from protocolbuffers/backport-java
  • c7a006a Fix checking unknown field set empty which wasn't exposed yet in 27.x
  • 2426a02 Reserialize all unresolved features using java features from the generated po...
  • 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/132 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/26/2024 **Status:** ✅ Merged **Merged:** 6/30/2024 **Merged by:** [@ElDavoo](https://github.com/ElDavoo) **Base:** `main` ← **Head:** `dependabot/pip/protobuf-5.27.2` --- ### 📝 Commits (1) - [`65af925`](https://github.com/ElDavoo/wa-crypt-tools/commit/65af925a6bd540faf5e680c49728cc0d8e037871) Bump protobuf from 5.27.1 to 5.27.2 ### 📊 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.27.1 to 5.27.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/protocolbuffers/protobuf/commit/63def39e881afa496502d9c410f4ea948e59490d"><code>63def39</code></a> Updating version.json and repo version numbers to: 27.2</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/19bd2115d04fcc6196e504a4f07d99b6f16be7d7"><code>19bd211</code></a> Port windows bootstrapping fix (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/17225">#17225</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/4923b8d72d39a4189ca7c7b9e20359d6ba527a10"><code>4923b8d</code></a> Fix string_type bugs in edition 2023 (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/17211">#17211</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/b0a3c23f94af5cf347d71ed7d5b2bd768bff192a"><code>b0a3c23</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/17164">#17164</a> from protocolbuffers/cp-stubs</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/270ca6681a686fea24e23f7a389e4e3997409a4c"><code>270ca66</code></a> Cleanup imports and comments in V3 stubs.</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/1e360a422a04942ff0758f4a390fb6c27b680c96"><code>1e360a4</code></a> Add stubs for GeneratedMessageV3, RepeatedFieldBuilderV3, SingleFieldBuilderV...</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/9cfb59b5e305dba959403b56112d9a8cf1f4d832"><code>9cfb59b</code></a> Add simple conformance test that builds the old gencode against the current r...</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/6c6f514a5db63ed1a6a139453852dd220aa4eb00"><code>6c6f514</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/17161">#17161</a> from protocolbuffers/backport-java</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/c7a006a225e0b94b639a9be694b03c835f4db6d6"><code>c7a006a</code></a> Fix checking unknown field set empty which wasn't exposed yet in 27.x</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/2426a02b90d61e6c18b8ffa411e76b1642f47ad6"><code>2426a02</code></a> Reserialize all unresolved features using java features from the generated po...</li> <li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v5.27.1...v5.27.2">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.27.1&new-version=5.27.2)](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:14 +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#144
No description provided.