Skip to content

Commit fde52e6

Browse files
Bump protobuf from 5.29.3 to 5.29.5 in /tracdap-runtime/python (#584)
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.29.3 to 5.29.5. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v5.29.3...v5.29.5) --- updated-dependencies: - dependency-name: protobuf dependency-version: 5.29.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 636cab1 commit fde52e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tracdap-runtime/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# Core protobuf support for metadata / config classes
1010
# This should match the Java Protobuf version, if possible
11-
protobuf == 5.29.3
11+
protobuf == 5.29.5
1212

1313
# Support for the gRPC runtime API server
1414
# Optional in the distributed package but required for development

tracdap-runtime/python/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ package_dir =
6767
python_requires = >= 3.9, < 3.14
6868

6969
install_requires =
70-
protobuf == 5.29.3
70+
protobuf == 5.29.5
7171
pyarrow == 18.1.0
7272
pyyaml == 6.0.2
7373
dulwich == 0.22.7

0 commit comments

Comments
 (0)