Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed May 3, 2024
1 parent 857b9d2 commit 414a29c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
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

0 comments on commit 414a29c

Please sign in to comment.