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

Fix outdated dependencies #770

Merged
merged 3 commits into from
Jun 25, 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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# This repository is deprecated

**NOTE: All content in this repository will reach End-of-Life 2024-12-31!**

Components intended to be maintained has been moved to other repositories:

| Component | New Repository |
Expand All @@ -18,7 +20,6 @@ KUKSA.val provides in-vehicle software components for working with in-vehicle si

If you are new here, try the [Quickstart](doc/quickstart.md), which should not take more than 10 min of your time.


[![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
[![Gitter](https://img.shields.io/gitter/room/kuksa-val/community)](https://gitter.im/kuksa-val/community)

Expand Down
3 changes: 2 additions & 1 deletion kuksa_apps/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Kuksa apps
![kuksa.val Logo](../doc/pictures/logo.png)

**NOTE: The examples are deprecated and will reach End-of-Life 2024-12-31!**

Name | Description
---- | -----------
[s3 uploader](./s3) | Data bridge from `kuksa-val-server` or `kuksa_databroker` to s3 server
[node red](./node-red) | Examples of `kuksa.val` clients using node-red flows, either via MQTT or via Websocket

24 changes: 12 additions & 12 deletions kuksa_apps/node-red/mqtt/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions kuksa_apps/s3/readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# S3 uploader

**NOTE: This example is deprecated and will reach End-of-Life 2024-12-31!**

This client periodically gets data from either kuksa_val_server or kuksa_databroker, packs it using [parquet format](https://parquet.apache.org/docs/) and upload it to a S3 server.

Check [config.ini](./config.ini) file for the configuration of this client.
Expand Down
32 changes: 16 additions & 16 deletions kuksa_apps/s3/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,51 +4,51 @@
#
# pip-compile requirements.in
#
attrs==23.1.0
attrs==23.2.0
# via cmd2
boto3==1.28.84
boto3==1.34.131
# via -r requirements.in
botocore==1.31.84
botocore==1.34.131
# via
# boto3
# s3transfer
cmd2==1.5.0
# via kuksa-client
colorama==0.4.6
# via cmd2
grpcio==1.59.2
grpcio==1.64.1
# via grpcio-tools
grpcio-tools==1.59.2
grpcio-tools==1.64.1
# via kuksa-client
jmespath==1.0.1
# via
# boto3
# botocore
jsonpath-ng==1.6.0
jsonpath-ng==1.6.1
# via kuksa-client
kuksa-client==0.4.1
kuksa-client==0.4.3
# via -r requirements.in
numpy==1.26.2
numpy==2.0.0
# via pyarrow
ply==3.11
# via jsonpath-ng
protobuf==4.25.0
protobuf==5.27.1
# via grpcio-tools
pyarrow==14.0.1
pyarrow==16.1.0
# via -r requirements.in
pygments==2.16.1
pygments==2.18.0
# via kuksa-client
pyperclip==1.8.2
pyperclip==1.9.0
# via cmd2
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via botocore
s3transfer==0.7.0
s3transfer==0.10.1
# via boto3
six==1.16.0
# via python-dateutil
urllib3==2.0.7
urllib3==2.2.2
# via botocore
wcwidth==0.2.9
wcwidth==0.2.13
# via cmd2
websockets==12.0
# via kuksa-client
Expand Down