Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating dependencies #21

Merged
merged 1 commit into from
May 3, 2024
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
12 changes: 6 additions & 6 deletions config/dbc_feeder.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ tls = False

# TLS-related settings
# Path to root CA, needed if using TLS
# The example below works if you have cloned kuksa.val in parallel to kuksa-can-provider
# root_ca_path=../kuksa.val/kuksa_certificates/CA.pem
# The example below works if you have cloned kuksa-coomon in parallel to kuksa-can-provider
# The example below works if you have cloned kuksa-databroker in parallel to kuksa-can-provider
# root_ca_path=../kuksa-databroker/certificates/CA.pem
# The example below works if you have cloned kuksa-common in parallel to kuksa-can-provider
# root_ca_path=../kuksa-common/tls/CA.pem

# Server name, typically only needed if accessing server by IP address like 127.0.0.1
Expand All @@ -49,9 +49,9 @@ tls = False
# Default behavior differ between servers
# For KUKSA.val Databroker the KUKSA.val default token not included in packages and containers
# If you run your Databroker so it require authentication you must specify token
# The example below works if you have cloned kuksa.val in parallel to kuksa-can-provider
# token=../kuksa.val/jwt/provide-all.token
# The example below works if you have cloned kuksa-coomon in parallel to kuksa-can-provider
# The example below works if you have cloned kuksa-databroker in parallel to kuksa-can-provider
# token=../kuksa-databroker/jwt/provide-all.token
# The example below works if you have cloned kuksa-common in parallel to kuksa-can-provider
# token=../kuksa-common/jwt/provide-all.token
# For KUKSA.val Server the default behavior is to use the token provided as part of kuksa-client
# So you only need to specify a different token if you want to use a different token
Expand Down
30 changes: 15 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
argparse-addons==0.12.0
# via cantools
attrs==23.1.0
attrs==23.2.0
# via cmd2
bitstruct==8.19.0
# via cantools
Expand All @@ -22,31 +22,31 @@ crccheck==1.3.0
# via cantools
diskcache==5.6.3
# via cantools
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
grpcio==1.60.0
grpcio==1.63.0
# via grpcio-tools
grpcio-tools==1.60.0
grpcio-tools==1.63.0
# via kuksa-client
iniconfig==2.0.0
# via pytest
jsonpath-ng==1.6.0
jsonpath-ng==1.6.1
# via kuksa-client
kuksa-client==0.4.2
# via -r requirements.in
msgpack==1.0.7
msgpack==1.0.8
# via python-can
numpy==1.26.2
numpy==1.26.4
# via can-j1939
packaging==23.2
packaging==24.0
# via
# pytest
# python-can
pluggy==1.3.0
pluggy==1.5.0
# via pytest
ply==3.11
# via jsonpath-ng
protobuf==4.25.1
protobuf==5.26.1
# via grpcio-tools
py-expression-eval==0.3.14
# via -r requirements.in
Expand All @@ -56,7 +56,7 @@ pyperclip==1.8.2
# via cmd2
pyserial==3.5
# via -r requirements.in
pytest==7.4.3
pytest==8.2.0
# via can-j1939
python-can==4.3.1
# via
Expand All @@ -69,15 +69,15 @@ textparser==0.24.0
# via cantools
tomli==2.0.1
# via pytest
types-protobuf==4.24.0.4
types-protobuf==4.25.0.20240417
# via -r requirements.in
types-pyyaml==6.0.12.12
types-pyyaml==6.0.12.20240311
# via -r requirements.in
typing-extensions==4.9.0
typing-extensions==4.11.0
# via
# cantools
# python-can
wcwidth==0.2.12
wcwidth==0.2.13
# via cmd2
websockets==12.0
# via kuksa-client
Expand Down