diff --git a/README.md b/README.md index 36fe8b9..28e012e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # app-bricks-examples Example applications based on Arduino Bricks for the Arduino UNO Q. + +## Update licenses + +### Requirements +- Python 3.13+ +- Taskfile (https://taskfile.dev/docs/installation). + +To update the licenses: +- Create and activate a Python virtual environment +- Run `task license` diff --git a/THIRD-PARTY-LICENSES.json b/THIRD-PARTY-LICENSES.json index 83bce66..16b47e6 100644 --- a/THIRD-PARTY-LICENSES.json +++ b/THIRD-PARTY-LICENSES.json @@ -17,7 +17,7 @@ { "License": "MPL-2.0", "Name": "arduino_app_bricks", - "Version": "0.4.8" + "Version": "0.6.1" }, { "License": "MIT", @@ -92,6 +92,6 @@ { "License": "MIT", "Name": "urllib3", - "Version": "2.5.0" + "Version": "2.6.2" } ] diff --git a/Taskfile.dist.yml b/Taskfile.dist.yml index 6a5d79b..3717a91 100644 --- a/Taskfile.dist.yml +++ b/Taskfile.dist.yml @@ -4,7 +4,7 @@ tasks: init:ci: desc: Initialize CI environment cmds: - - pip install libs/arduino_app_bricks-0.4.8-py3-none-any.whl reuse pip-licenses + - pip install libs/arduino_app_bricks-0.6.1-py3-none-any.whl reuse pip-licenses license: deps: diff --git a/libs/arduino_app_bricks-0.4.8-py3-none-any.whl b/libs/arduino_app_bricks-0.4.8-py3-none-any.whl deleted file mode 100644 index 0f4664b..0000000 Binary files a/libs/arduino_app_bricks-0.4.8-py3-none-any.whl and /dev/null differ diff --git a/libs/arduino_app_bricks-0.6.1-py3-none-any.whl b/libs/arduino_app_bricks-0.6.1-py3-none-any.whl new file mode 100644 index 0000000..c2d2618 Binary files /dev/null and b/libs/arduino_app_bricks-0.6.1-py3-none-any.whl differ