Skip to content

Commit

Permalink
[noissue]: Update protobuf requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v4.22.0-rc1...v5.28.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 378373a commit a0fb370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies = [
"opentelemetry-api>=1.27.0,<1.28",
"opentelemetry-sdk>=1.27.0,<1.28",
"opentelemetry-exporter-otlp-proto-http>=1.27.0,<1.28",
"protobuf>=4.21.1,<5.0",
"protobuf>=4.21.1,<6.0",
"pulp-glue>=0.18.0,<0.30",
"pygtrie>=2.5,<=2.5.0",
"psycopg[binary]>=3.1.8,<=3.2.3",
Expand Down

0 comments on commit a0fb370

Please sign in to comment.