Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 0 additions & 56 deletions .ort.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .project-creation/.skeleton/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
# SPDX-License-Identifier: Apache-2.0

grpcio==1.64.1
protobuf==5.27.2
protobuf==5.29.5
cloudevents==1.11.0
aiohttp==3.10.11
2 changes: 1 addition & 1 deletion .project-creation/.skeleton/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ packaging==24.2
# via deprecation
propcache==0.3.0
# via yarl
protobuf==5.27.2
protobuf==5.29.5
# via -r requirements.in
typing-extensions==4.12.2
# via multidict
Expand Down
2 changes: 1 addition & 1 deletion NOTICE-3RD-PARTY-CONTENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
|pluggy|1.5.0|MIT|
|pre-commit|4.1.0|MIT|
|propcache|0.3.0|Apache 2.0|
|protobuf|5.27.2|Google License|
|protobuf|5.29.5|Google License|
|pyproject-api|1.9.0|MIT|
|pyproject-hooks|1.2.0|MIT|
|pytest|8.3.5|MIT|
Expand Down
2 changes: 1 addition & 1 deletion examples/seat-adjuster/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
# SPDX-License-Identifier: Apache-2.0

grpcio==1.64.1
protobuf==5.27.2
protobuf==5.29.5
cloudevents==1.11.0
aiohttp==3.10.11
2 changes: 1 addition & 1 deletion examples/seat-adjuster/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ packaging==24.2
# via deprecation
propcache==0.3.0
# via yarl
protobuf==5.27.2
protobuf==5.29.5
# via -r requirements.in
typing-extensions==4.12.2
# via multidict
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pre-commit==4.1.0
# via velocitas_sdk (setup.py)
propcache==0.3.0
# via yarl
protobuf==5.27.2
protobuf==5.29.5
# via
# grpcio-tools
# mypy-protobuf
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

requirements = [
"grpcio==1.64.1",
"protobuf==5.27.2",
"protobuf==5.29.5",
"cloudevents==1.11.0",
"aiohttp==3.10.11",
"paho-mqtt==2.1.0",
Expand Down