[PR #126] [MERGED] Bump protobuf from 5.26.1 to 5.27.0 #142

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

📋 Pull Request Information

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

Base: mainHead: dependabot/pip/protobuf-5.27.0


📝 Commits (1)

  • ecdc3f6 Bump protobuf from 5.26.1 to 5.27.0

📊 Changes

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

View changed files

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

📄 Description

Bumps protobuf from 5.26.1 to 5.27.0.

Commits
  • a978b75 Updating version.json and repo version numbers to: 27.0
  • f396506 MODULE.bazel fixes for protobuf BCR release. (#16927)
  • 4baa11f Merge pull request #16906 from protocolbuffers/editions-27
  • 4483c6b Lazily resolve features for proto2 and proto3 for compatibility with old open...
  • f8a4a68 Fix whitespace merge issue in gencode
  • c3417f5 Regenerate stale files
  • fea6847 Future-proof edition 2023 against feature value support windows.
  • d2da463 Mark deleted fields in descriptor.proto reserved
  • 0a05aa8 Merge pull request #16875 from protocolbuffers/ban-recursive-features
  • 8c5f3a7 Prohibit using features in the same file they're defined in.
  • 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/126 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/24/2024 **Status:** ✅ Merged **Merged:** 5/24/2024 **Merged by:** [@ElDavoo](https://github.com/ElDavoo) **Base:** `main` ← **Head:** `dependabot/pip/protobuf-5.27.0` --- ### 📝 Commits (1) - [`ecdc3f6`](https://github.com/ElDavoo/wa-crypt-tools/commit/ecdc3f6a37c38fb746171a58dd570afc27f1ea9e) Bump protobuf from 5.26.1 to 5.27.0 ### 📊 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.26.1 to 5.27.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/protocolbuffers/protobuf/commit/a978b75794a6ce4547c9db08a115c458d9190934"><code>a978b75</code></a> Updating version.json and repo version numbers to: 27.0</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/f396506571fa1837704588b38cfb099f36c84fe3"><code>f396506</code></a> MODULE.bazel fixes for protobuf BCR release. (<a href="https://redirect.github.com/protocolbuffers/protobuf/issues/16927">#16927</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/4baa11fc6d0ca8ad3378a498bd38897eb139b96f"><code>4baa11f</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/16906">#16906</a> from protocolbuffers/editions-27</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/4483c6bb28a117a3c9e635a5a87465278218b6c7"><code>4483c6b</code></a> Lazily resolve features for proto2 and proto3 for compatibility with old open...</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/f8a4a6880ec6453c5a9427a240169e917eacd3a3"><code>f8a4a68</code></a> Fix whitespace merge issue in gencode</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/c3417f582fd3d1f825bde4edfd9dc8a9fb3ba65c"><code>c3417f5</code></a> Regenerate stale files</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/fea6847e408d58e40a2f10ab124ae795afd703d4"><code>fea6847</code></a> Future-proof edition 2023 against feature value support windows.</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/d2da4636c06ccad04371434dabbf24ca1c6ee83e"><code>d2da463</code></a> Mark deleted fields in descriptor.proto reserved</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/0a05aa821527b343a414a81e68d3ee9cf50b4cfa"><code>0a05aa8</code></a> Merge pull request <a href="https://redirect.github.com/protocolbuffers/protobuf/issues/16875">#16875</a> from protocolbuffers/ban-recursive-features</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/8c5f3a747bae377c92a780970416945c32780bfd"><code>8c5f3a7</code></a> Prohibit using features in the same file they're defined in.</li> <li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v5.26.1...v5.27.0">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.26.1&new-version=5.27.0)](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:13 +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#142
No description provided.