[PR #25] [MERGED] Bump protobuf from 3.20.1 to 4.21.0 #87

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

📋 Pull Request Information

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

Base: mainHead: dependabot/pip/protobuf-4.21.0


📝 Commits (4)

  • 5ac0dfe Bump protobuf from 3.20.1 to 4.21.0
  • 7073471 Recreate autogenerated protobuf classes
  • af1a7e3 Better handle protobuf hell
  • d65d45b Add explaination on protobuf generation

📊 Changes

9 files changed (+41 additions, -73 deletions)

View changed files

📝 README.md (+15 -0)
📝 decrypt14_15.py (+7 -3)
📝 proto/C14_cipher_pb2.py (+3 -12)
📝 proto/C14_cipher_version_pb2.py (+3 -12)
📝 proto/C15_IV_pb2.py (+3 -12)
📝 proto/key_type_pb2.py (+3 -9)
📝 proto/prefix_pb2.py (+3 -12)
📝 proto/version_features_pb2.py (+3 -12)
📝 requirements.txt (+1 -1)

📄 Description

Bumps protobuf from 3.20.1 to 4.21.0.

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 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/25 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/26/2022 **Status:** ✅ Merged **Merged:** 5/26/2022 **Merged by:** [@ElDavoo](https://github.com/ElDavoo) **Base:** `main` ← **Head:** `dependabot/pip/protobuf-4.21.0` --- ### 📝 Commits (4) - [`5ac0dfe`](https://github.com/ElDavoo/wa-crypt-tools/commit/5ac0dfe945725b2eda931cab0b5f6c5c86cba7ca) Bump protobuf from 3.20.1 to 4.21.0 - [`7073471`](https://github.com/ElDavoo/wa-crypt-tools/commit/70734719408876ef6af1aac737a5512134e9cffb) Recreate autogenerated protobuf classes - [`af1a7e3`](https://github.com/ElDavoo/wa-crypt-tools/commit/af1a7e3d446b547de85f87604f25d610f5676096) Better handle protobuf hell - [`d65d45b`](https://github.com/ElDavoo/wa-crypt-tools/commit/d65d45bbf36626b614d7a3365e4eb9c03c5e0001) Add explaination on protobuf generation ### 📊 Changes **9 files changed** (+41 additions, -73 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+15 -0) 📝 `decrypt14_15.py` (+7 -3) 📝 `proto/C14_cipher_pb2.py` (+3 -12) 📝 `proto/C14_cipher_version_pb2.py` (+3 -12) 📝 `proto/C15_IV_pb2.py` (+3 -12) 📝 `proto/key_type_pb2.py` (+3 -9) 📝 `proto/prefix_pb2.py` (+3 -12) 📝 `proto/version_features_pb2.py` (+3 -12) 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [protobuf]() from 3.20.1 to 4.21.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=protobuf&package-manager=pip&previous-version=3.20.1&new-version=4.21.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 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 03:59:59 +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#87
No description provided.