Skip to content

Commit 307e671

Browse files
Bump protobuf from 5.27.2 to 5.29.5 (eclipse-velocitas#158)
* Bump protobuf from 5.27.2 to 5.29.5 Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 5.27.2 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.27.2...v5.29.5) --- updated-dependencies: - dependency-name: protobuf dependency-version: 5.29.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Fix other occurences * Remove .ort.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: BjoernAtBosch <[email protected]>
1 parent 03b60bf commit 307e671

File tree

8 files changed

+7
-63
lines changed

8 files changed

+7
-63
lines changed

.ort.yml

Lines changed: 0 additions & 56 deletions
This file was deleted.

.project-creation/.skeleton/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
# SPDX-License-Identifier: Apache-2.0
1414

1515
grpcio==1.64.1
16-
protobuf==5.27.2
16+
protobuf==5.29.5
1717
cloudevents==1.11.0
1818
aiohttp==3.10.11

.project-creation/.skeleton/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ packaging==24.2
3434
# via deprecation
3535
propcache==0.3.0
3636
# via yarl
37-
protobuf==5.27.2
37+
protobuf==5.29.5
3838
# via -r requirements.in
3939
typing-extensions==4.12.2
4040
# via multidict

NOTICE-3RD-PARTY-CONTENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
|pluggy|1.5.0|MIT|
5050
|pre-commit|4.1.0|MIT|
5151
|propcache|0.3.0|Apache 2.0|
52-
|protobuf|5.27.2|Google License|
52+
|protobuf|5.29.5|Google License|
5353
|pyproject-api|1.9.0|MIT|
5454
|pyproject-hooks|1.2.0|MIT|
5555
|pytest|8.3.5|MIT|

examples/seat-adjuster/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
# SPDX-License-Identifier: Apache-2.0
1414

1515
grpcio==1.64.1
16-
protobuf==5.27.2
16+
protobuf==5.29.5
1717
cloudevents==1.11.0
1818
aiohttp==3.10.11

examples/seat-adjuster/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ packaging==24.2
3434
# via deprecation
3535
propcache==0.3.0
3636
# via yarl
37-
protobuf==5.27.2
37+
protobuf==5.29.5
3838
# via -r requirements.in
3939
typing-extensions==4.12.2
4040
# via multidict

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ pre-commit==4.1.0
124124
# via velocitas_sdk (setup.py)
125125
propcache==0.3.0
126126
# via yarl
127-
protobuf==5.27.2
127+
protobuf==5.29.5
128128
# via
129129
# grpcio-tools
130130
# mypy-protobuf

setup.py

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

1717
requirements = [
1818
"grpcio==1.64.1",
19-
"protobuf==5.27.2",
19+
"protobuf==5.29.5",
2020
"cloudevents==1.11.0",
2121
"aiohttp==3.10.11",
2222
"paho-mqtt==2.1.0",

0 commit comments

Comments
 (0)