Skip to content

Commit b7aba76

Browse files
authored
Bump bellows to 0.48.0 (#26)
* Bump bellows * 0.12.2
1 parent cfdb4a1 commit b7aba76

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "WebSerial firmware flasher for Silicon Labs Zigbee radios",
44
"license": "MIT",
55
"author": "puddly",
6-
"version": "0.12.1",
6+
"version": "0.12.2",
77
"scripts": {
88
"lint": "eslint --ext .ts,.html src --ignore-path .gitignore && prettier \"src/**/*.ts\" --check --ignore-path .gitignore",
99
"format": "eslint --ext .ts,.html src --fix --ignore-path .gitignore && prettier \"src/**/*.ts\" --write --ignore-path .gitignore",

src/requirements.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ aiohttp==3.13.2
33
aiosignal==1.4.0
44
aiosqlite==0.21.0
55
attrs==25.4.0
6-
bellows==0.47.2
6+
bellows==0.48.0
77
cffi==2.0.0
8-
click==8.3.0
8+
click==8.3.1
99
click-log==0.4.0
1010
coloredlogs==15.0.1
1111
crc==7.1.0
@@ -15,15 +15,17 @@ frozendict==2.4.7
1515
frozenlist==1.8.0
1616
humanfriendly==10.0
1717
idna==3.11
18+
jsonschema==4.25.1
19+
jsonschema-specifications==2025.9.1
1820
multidict==6.7.0
1921
propcache==0.4.1
2022
pycparser==2.23
2123
pyserial==3.5
2224
pyserial-asyncio-fast==0.16
2325
referencing==0.37.0
24-
rpds-py==0.28.0
26+
rpds-py==0.29.0
2527
typing_extensions==4.15.0
2628
universal-silabs-flasher==0.1.2
2729
voluptuous==0.15.2
2830
yarl==1.22.0
29-
zigpy==0.86.0
31+
zigpy==0.87.0

0 commit comments

Comments
 (0)