Skip to content

Bump protobuf from 5.29.5 to 6.33.5 in /forms-flow-documents#3157

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/forms-flow-documents/protobuf-6.33.5
Open

Bump protobuf from 5.29.5 to 6.33.5 in /forms-flow-documents#3157
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/forms-flow-documents/protobuf-6.33.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2026

User description

Bumps protobuf from 5.29.5 to 6.33.5.

Release notes

Sourced from protobuf's releases.

Protocol Buffers v34.0-rc1

Announcements

Bazel

Compiler

C++

... (truncated)

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

PR Type

Dependencies


Description

  • Bump protobuf to 6.33.5

Diagram Walkthrough

flowchart LR
  req["`forms-flow-documents/requirements.txt`"]
  protobuf["`protobuf==6.33.5`"]
  req -- "pin updated" --> protobuf
Loading

File Walkthrough

Relevant files
Dependencies
requirements.txt
Bump protobuf version pin                                                               

forms-flow-documents/requirements.txt

  • Update protobuf from 5.29.5 to 6.33.5
+1/-1     

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.29.5 to 6.33.5.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-version: 6.33.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 3, 2026
@dependabot dependabot bot requested review from a team as code owners February 3, 2026 11:37
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 3, 2026

@github-actions
Copy link

github-actions bot commented Feb 3, 2026

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 2 🔵🔵⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

Compatibility

Protobuf 6.x can introduce breaking changes vs 5.x (runtime behavior, generated code expectations, and plugin/tooling compatibility). Validate that any generated protobuf modules used by forms-flow-documents are compatible with protobuf 6.33.5 and that dependent libraries in the environment support protobuf 6.

opentelemetry-util-http==0.52b1
outcome==1.3.0.post0
packaging==24.2
protobuf==6.33.5
psycopg2-binary==2.9.10
pyOpenSSL==25.0.0
Regression Risk

Ensure CI/runtime coverage includes serialization/deserialization paths (including JSON/Any, default values, and field presence semantics) to catch subtle behavior changes after the protobuf major version bump.

opentelemetry-util-http==0.52b1
outcome==1.3.0.post0
packaging==24.2
protobuf==6.33.5
psycopg2-binary==2.9.10
pyOpenSSL==25.0.0

@github-actions
Copy link

github-actions bot commented Feb 3, 2026

PR Code Suggestions ✨

No code suggestions found for the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code Review effort 2/5

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants