Skip to content

Commit

Permalink
Bump protobuf from 3.19.4 to 4.24.1 in /sdks/python
Browse files Browse the repository at this point in the history
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.4 to 4.24.1.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.19.4...v4.24.1)

---
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 Aug 21, 2023
1 parent 4718cdf commit 4c94dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/build-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ grpcio-tools==1.37.0
# pin grpcio to the previous version.
grpcio==1.49.1;sys_platform=="darwin"
mypy-protobuf==1.18
protobuf==3.19.4;python_version=="3.10" and sys_platform=="darwin"
protobuf==4.24.1;python_version=="3.10" and sys_platform=="darwin"

# Avoid https://github.com/pypa/virtualenv/issues/2006
distlib==0.3.1
Expand Down

0 comments on commit 4c94dfd

Please sign in to comment.