Skip to content

Comments

Bump protobuf from 6.33.1 to 6.33.5 in /public_dropin_gpu_environments/vllm#1897

Open
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/pip/public_dropin_gpu_environments/vllm/protobuf-6.33.5
Open

Bump protobuf from 6.33.1 to 6.33.5 in /public_dropin_gpu_environments/vllm#1897
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/pip/public_dropin_gpu_environments/vllm/protobuf-6.33.5

Conversation

@dependabot
Copy link
Contributor

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

Bumps protobuf from 6.33.1 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 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.

Note

Low Risk
Primarily metadata and dependency pin updates; risk is limited to potential runtime incompatibilities from the regenerated dependency lock and protobuf patch bump.

Overview
Updates the vLLM public drop-in GPU environment metadata by switching environmentVersionId and tags from the v11.3.0 image to v11.5.0.

Regenerates requirements.txt (now via Python 3.11), removing some no-longer-needed pins and bumping protobuf from 6.33.1 to 6.33.5.

Written by Cursor Bugbot for commit 0e6dd95. This will update automatically on new commits. Configure here.

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 6.33.1 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: indirect
...

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 5, 2026
@engprod-2
Copy link

engprod-2 bot commented Feb 5, 2026

The Needs Review labels were added based on the following file changes.

Team @datarobot/genai-systems (#genai-systems) was assigned because of changes in files:

public_dropin_gpu_environments/vllm/requirements.txt

If you think that there are some issues with ownership, please discuss with C&A domain at #sdtk slack channel and create PR to update DRCODEOWNERS\CODEOWNERS file.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

@@ -1,16 +1,15 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requirements compiled with wrong Python version

Medium Severity

The requirements.txt was compiled with Python 3.11 but the Dockerfile installs and uses Python 3.12. This version mismatch may cause dependency resolution issues where packages have different constraints or availability between Python versions, potentially leading to runtime errors or installation failures.

Fix in Cursor Fix in Web

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 Needs Review: GenAI Systems python Pull requests that update Python code Ready for Review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants