Skip to content

Commit 13ed217

Browse files
committed
Using fixed versions
1 parent b373780 commit 13ed217

File tree

10 files changed

+54
-52
lines changed

10 files changed

+54
-52
lines changed

.github/workflows/project-creation.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ jobs:
9797
if [ "${{ matrix.example }}" != "no-example" ]; then
9898
cp -r ../sdk/examples/${{ matrix.example }}/* ../app/app
9999
fi
100+
# And we do not want a requirement file from a previous version
101+
# then we might get conflicts
102+
# cp ../sdk/requirements.txt .
100103
101104
- name: Install dependencies
102105
shell: bash

.project-creation/.skeleton/requirements.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#
1313
# SPDX-License-Identifier: Apache-2.0
1414

15-
grpcio==1.59.0
16-
protobuf==4.24.4
17-
cloudevents==1.10.0
15+
grpcio==1.64.1
16+
protobuf==5.27.2
17+
cloudevents==1.11.0
1818
aiohttp==3.9.5

.project-creation/.skeleton/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ async-timeout==4.0.3
1212
# via aiohttp
1313
attrs==23.2.0
1414
# via aiohttp
15-
cloudevents==1.10.0
15+
cloudevents==1.11.0
1616
# via -r requirements.in
1717
deprecation==2.1.0
1818
# via cloudevents
1919
frozenlist==1.4.1
2020
# via
2121
# aiohttp
2222
# aiosignal
23-
grpcio==1.59.0
23+
grpcio==1.64.1
2424
# via -r requirements.in
2525
idna==3.7
2626
# via yarl
@@ -30,7 +30,7 @@ multidict==6.0.5
3030
# yarl
3131
packaging==24.1
3232
# via deprecation
33-
protobuf==4.24.4
33+
protobuf==5.27.2
3434
# via -r requirements.in
3535
yarl==1.9.4
3636
# via aiohttp

NOTICE-3RD-PARTY-CONTENT.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,28 @@
99
|async-timeout|4.0.3|Apache 2.0|
1010
|attrs|23.2.0|MIT|
1111
|build|1.2.1|MIT|
12-
|cachetools|5.3.3|MIT|
12+
|cachetools|5.4.0|MIT|
1313
|cfgv|3.4.0|MIT|
1414
|chardet|5.2.0|LGPL|
1515
|click|8.1.7|New BSD|
1616
|cloudevents|1.11.0|Apache 2.0|
1717
|colorama|0.4.6|BSD|
18-
|coverage|7.5.4|Apache 2.0|
18+
|coverage|7.6.0|Apache 2.0|
1919
|Deprecated|1.2.14|MIT|
2020
|deprecation|2.1.0|Apache 2.0|
2121
|distlib|0.3.8|Python Software Foundation License|
22-
|exceptiongroup|1.2.1|MIT|
22+
|exceptiongroup|1.2.2|MIT|
2323
|filelock|3.15.4|The Unlicense (Unlicense)|
2424
|frozenlist|1.4.1|Apache 2.0|
2525
|grpc-stubs|1.53.0.5|MIT|
2626
|grpcio|1.64.1|Apache 2.0|
2727
|grpcio-tools|1.64.1|Apache 2.0|
28-
|identify|2.5.36|MIT|
28+
|identify|2.6.0|MIT|
2929
|idna|3.7|BSD|
3030
|importlib-metadata|7.1.0|Apache 2.0|
3131
|iniconfig|2.0.0|MIT|
3232
|multidict|6.0.5|Apache 2.0|
33-
|mypy|1.10.1|MIT|
33+
|mypy|1.11.0|MIT|
3434
|mypy-extensions|1.0.0|MIT|
3535
|mypy-protobuf|3.6.0|Apache 2.0|
3636
|nodeenv|1.9.1|BSD|
@@ -46,12 +46,12 @@
4646
|pip-tools|7.4.1|BSD|
4747
|platformdirs|4.2.2|MIT|
4848
|pluggy|1.5.0|MIT|
49-
|pre-commit|3.7.1|MIT|
49+
|pre-commit|3.8.0|MIT|
5050
|protobuf|5.27.2|Google License|
5151
|pyproject-api|1.7.1|MIT|
5252
|pyproject-hooks|1.1.0|MIT|
53-
|pytest|8.2.2|MIT|
54-
|pytest-asyncio|0.23.7|Apache 2.0|
53+
|pytest|8.3.2|MIT|
54+
|pytest-asyncio|0.23.8|Apache 2.0|
5555
|pytest-cov|5.0.0|MIT|
5656
|pytz|2024.1|MIT|
5757
|PyYAML|6.0.1|MIT|

examples/seat-adjuster/requirements.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
#
1313
# SPDX-License-Identifier: Apache-2.0
1414

15-
grpcio==1.59.0
16-
protobuf==4.24.4
17-
cloudevents==1.10.0
15+
grpcio==1.64.1
16+
protobuf==5.27.2
17+
cloudevents==1.11.0
1818
aiohttp==3.9.5
19-
packaging==23.0
19+
packaging==24.1

examples/seat-adjuster/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,27 @@ async-timeout==4.0.3
1212
# via aiohttp
1313
attrs==23.2.0
1414
# via aiohttp
15-
cloudevents==1.10.0
15+
cloudevents==1.11.0
1616
# via -r requirements.in
1717
deprecation==2.1.0
1818
# via cloudevents
1919
frozenlist==1.4.1
2020
# via
2121
# aiohttp
2222
# aiosignal
23-
grpcio==1.59.0
23+
grpcio==1.64.1
2424
# via -r requirements.in
2525
idna==3.7
2626
# via yarl
2727
multidict==6.0.5
2828
# via
2929
# aiohttp
3030
# yarl
31-
packaging==23.0
31+
packaging==24.1
3232
# via
3333
# -r requirements.in
3434
# deprecation
35-
protobuf==4.24.4
35+
protobuf==5.27.2
3636
# via -r requirements.in
3737
yarl==1.9.4
3838
# via aiohttp

examples/seat-adjuster/tests/requirements.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ pytest-ordering
1717
pytest-asyncio
1818
pytest-cov
1919
types-mock
20-
packaging==23.0

examples/seat-adjuster/tests/requirements.txt

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,33 @@
44
#
55
# pip-compile
66
#
7-
coverage[toml]==7.4.1
7+
coverage[toml]==7.6.0
88
# via
99
# coverage
1010
# pytest-cov
11-
exceptiongroup==1.2.0
11+
exceptiongroup==1.2.2
1212
# via pytest
1313
iniconfig==2.0.0
1414
# via pytest
15-
packaging==23.0
16-
# via
17-
# -r requirements.in
18-
# pytest
19-
pluggy==1.4.0
15+
packaging==24.1
16+
# via pytest
17+
pluggy==1.5.0
2018
# via pytest
21-
pytest==7.4.4
19+
pytest==8.3.2
2220
# via
2321
# -r requirements.in
2422
# pytest-asyncio
2523
# pytest-cov
2624
# pytest-ordering
27-
pytest-asyncio==0.23.4
25+
pytest-asyncio==0.23.8
2826
# via -r requirements.in
29-
pytest-cov==4.1.0
27+
pytest-cov==5.0.0
3028
# via -r requirements.in
3129
pytest-ordering==0.6
3230
# via -r requirements.in
3331
tomli==2.0.1
3432
# via
3533
# coverage
3634
# pytest
37-
types-mock==5.1.0.20240106
35+
types-mock==5.1.0.20240425
3836
# via -r requirements.in

requirements.txt

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ attrs==23.2.0
1616
# via aiohttp
1717
build==1.2.1
1818
# via pip-tools
19-
cachetools==5.3.3
19+
cachetools==5.4.0
2020
# via tox
2121
cfgv==3.4.0
2222
# via pre-commit
@@ -28,8 +28,10 @@ cloudevents==1.11.0
2828
# via velocitas_sdk (setup.py)
2929
colorama==0.4.6
3030
# via tox
31-
coverage[toml]==7.5.4
32-
# via pytest-cov
31+
coverage[toml]==7.6.0
32+
# via
33+
# coverage
34+
# pytest-cov
3335
deprecated==1.2.14
3436
# via
3537
# opentelemetry-api
@@ -38,7 +40,7 @@ deprecation==2.1.0
3840
# via cloudevents
3941
distlib==0.3.8
4042
# via virtualenv
41-
exceptiongroup==1.2.1
43+
exceptiongroup==1.2.2
4244
# via pytest
4345
filelock==3.15.4
4446
# via
@@ -57,7 +59,7 @@ grpcio==1.64.1
5759
# velocitas_sdk (setup.py)
5860
grpcio-tools==1.64.1
5961
# via velocitas_sdk (setup.py)
60-
identify==2.5.36
62+
identify==2.6.0
6163
# via pre-commit
6264
idna==3.7
6365
# via yarl
@@ -69,7 +71,7 @@ multidict==6.0.5
6971
# via
7072
# aiohttp
7173
# yarl
72-
mypy==1.10.1
74+
mypy==1.11.0
7375
# via velocitas_sdk (setup.py)
7476
mypy-extensions==1.0.0
7577
# via mypy
@@ -118,7 +120,7 @@ pluggy==1.5.0
118120
# via
119121
# pytest
120122
# tox
121-
pre-commit==3.7.1
123+
pre-commit==3.8.0
122124
# via velocitas_sdk (setup.py)
123125
protobuf==5.27.2
124126
# via
@@ -131,12 +133,12 @@ pyproject-hooks==1.1.0
131133
# via
132134
# build
133135
# pip-tools
134-
pytest==8.2.2
136+
pytest==8.3.2
135137
# via
136138
# pytest-asyncio
137139
# pytest-cov
138140
# velocitas_sdk (setup.py)
139-
pytest-asyncio==0.23.7
141+
pytest-asyncio==0.23.8
140142
# via velocitas_sdk (setup.py)
141143
pytest-cov==5.0.0
142144
# via velocitas_sdk (setup.py)

setup.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
from setuptools import setup
1616

1717
requirements = [
18-
"grpcio>=1.59.0",
19-
"protobuf>=3.19.4",
20-
"cloudevents>=1.10.0",
21-
"aiohttp>=3.9.5",
22-
"paho-mqtt>=2.1.0",
23-
"opentelemetry-distro>=0.46b0",
24-
"opentelemetry-instrumentation-logging>=0.46b0",
25-
"opentelemetry-sdk>=1.25.0",
26-
"opentelemetry-api>=1.25.0",
18+
"grpcio==1.64.1",
19+
"protobuf==5.27.2",
20+
"cloudevents==1.11.0",
21+
"aiohttp==3.9.5",
22+
"paho-mqtt==2.1.0",
23+
"opentelemetry-distro==0.46b0",
24+
"opentelemetry-instrumentation-logging==0.46b0",
25+
"opentelemetry-sdk==1.25.0",
26+
"opentelemetry-api==1.25.0",
2727
]
2828

2929
extra_requirements = {

0 commit comments

Comments
 (0)