Skip to content

Commit

Permalink
chore: bump protobuf from 4.25.5 to 5.28.3
Browse files Browse the repository at this point in the history
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 4.25.5 to 5.28.3.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v4.25.5...v5.28.3)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 755f741 commit f1bfdbf
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 69 deletions.
143 changes: 75 additions & 68 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ grpcio = "^1.60.1"
ipython = "^8.21.0"
jsonschema = "^4.21.1"
keyring = "*"
protobuf = "^4.25.3"
protobuf = ">=4.25.3,<6.0.0"
psycopg = {extras = ["binary"], version = "^3.2.2"}
pydantic = "^2.6.1"
pyjwt = "2.9.0"
Expand Down

0 comments on commit f1bfdbf

Please sign in to comment.