Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Update kuksa-client dependency
Browse files Browse the repository at this point in the history
Explicitly requesting at least 0.4.1
  • Loading branch information
erikbosch committed Oct 30, 2023
1 parent 9c88491 commit d85e62e
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 28 deletions.
2 changes: 1 addition & 1 deletion csv_provider/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# If pre-releases (e.g. X.YaN) are specified you must use --pre when installing
kuksa-client ~= 0.4.0
kuksa-client ~= 0.4.1
2 changes: 1 addition & 1 deletion dbc2val/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ cantools ~= 38.0
pyyaml ~= 6.0
can-j1939 ~= 2.0
py_expression_eval ~= 0.3
kuksa-client ~= 0.4.0
kuksa-client ~= 0.4.1
types-PyYAML ~= 6.0
types-protobuf ~= 4.21
42 changes: 19 additions & 23 deletions dbc2val/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ argparse-addons==0.12.0
# via cantools
attrs==23.1.0
# via cmd2
bitstruct==8.17.0
bitstruct==8.18.0
# via cantools
can-j1939==2.0.12
# via -r requirements.in
Expand All @@ -20,45 +20,43 @@ colorama==0.4.6
# via cmd2
crccheck==1.3.0
# via cantools
decorator==5.1.1
# via jsonpath-ng
diskcache==5.6.1
diskcache==5.6.3
# via cantools
exceptiongroup==1.1.2
exceptiongroup==1.1.3
# via pytest
grpcio==1.56.2
grpcio==1.59.0
# via grpcio-tools
grpcio-tools==1.56.2
grpcio-tools==1.59.0
# via kuksa-client
iniconfig==2.0.0
# via pytest
jsonpath-ng==1.5.3
jsonpath-ng==1.6.0
# via kuksa-client
kuksa-client==0.4.0
kuksa-client==0.4.1
# via -r requirements.in
msgpack==1.0.5
msgpack==1.0.7
# via python-can
numpy==1.25.1
numpy==1.26.1
# via can-j1939
packaging==23.1
packaging==23.2
# via
# pytest
# python-can
pluggy==1.2.0
pluggy==1.3.0
# via pytest
ply==3.11
# via jsonpath-ng
protobuf==4.23.4
protobuf==4.24.4
# via grpcio-tools
py-expression-eval==0.3.14
# via -r requirements.in
pygments==2.15.1
pygments==2.16.1
# via kuksa-client
pyperclip==1.8.2
# via cmd2
pyserial==3.5
# via -r requirements.in
pytest==7.4.0
pytest==7.4.3
# via can-j1939
python-can==4.2.2
# via
Expand All @@ -67,23 +65,21 @@ python-can==4.2.2
# cantools
pyyaml==6.0.1
# via -r requirements.in
six==1.16.0
# via jsonpath-ng
textparser==0.24.0
# via cantools
tomli==2.0.1
# via pytest
types-protobuf==4.23.0.2
types-protobuf==4.24.0.4
# via -r requirements.in
types-pyyaml==6.0.12.11
types-pyyaml==6.0.12.12
# via -r requirements.in
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# cantools
# python-can
wcwidth==0.2.6
wcwidth==0.2.8
# via cmd2
websockets==11.0.3
websockets==12.0
# via kuksa-client
wrapt==1.15.0
# via python-can
Expand Down
2 changes: 1 addition & 1 deletion dds2val/requirements/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ pytest-html
pytest-cov
pytest-asyncio
py
kuksa-client ~= 0.4.0
kuksa-client ~= 0.4.1
2 changes: 1 addition & 1 deletion dds2val/requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# If pre-releases (e.g. X.YaN) are specified you must use --pre when installing
# feeder
cyclonedds
kuksa-client ~= 0.4.0
kuksa-client ~= 0.4.1
# mapper
pyyaml
py-expression-eval
2 changes: 1 addition & 1 deletion gps2val/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# If pre-releases (e.g. X.YaN) are specified you must use --pre when installing
kuksa-client ~= 0.4.0
kuksa-client ~= 0.4.1
gpsdclient

0 comments on commit d85e62e

Please sign in to comment.