Skip to content

Commit 60f1504

Browse files
Update brick whl file (#35)
1 parent 6d2c39b commit 60f1504

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
11
# app-bricks-examples
22

33
Example applications based on Arduino Bricks for the Arduino UNO Q.
4+
5+
## Update licenses
6+
7+
### Requirements
8+
- Python 3.13+
9+
- Taskfile (https://taskfile.dev/docs/installation).
10+
11+
To update the licenses:
12+
- Create and activate a Python virtual environment.
13+
- Run `task license`.

THIRD-PARTY-LICENSES.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{
1818
"License": "MPL-2.0",
1919
"Name": "arduino_app_bricks",
20-
"Version": "0.4.8"
20+
"Version": "0.6.1"
2121
},
2222
{
2323
"License": "MIT",
@@ -92,6 +92,6 @@
9292
{
9393
"License": "MIT",
9494
"Name": "urllib3",
95-
"Version": "2.5.0"
95+
"Version": "2.6.2"
9696
}
9797
]

Taskfile.dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tasks:
44
init:ci:
55
desc: Initialize CI environment
66
cmds:
7-
- pip install libs/arduino_app_bricks-0.4.8-py3-none-any.whl reuse pip-licenses
7+
- pip install libs/arduino_app_bricks-0.6.1-py3-none-any.whl reuse pip-licenses
88

99
license:
1010
deps:
-356 KB
Binary file not shown.
391 KB
Binary file not shown.

0 commit comments

Comments
 (0)