mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Update pyudev to 0.23.2 (#74859)
This commit is contained in:
parent
d40ad96916
commit
80727ff952
@ -2,7 +2,7 @@
|
|||||||
"domain": "usb",
|
"domain": "usb",
|
||||||
"name": "USB Discovery",
|
"name": "USB Discovery",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/usb",
|
"documentation": "https://www.home-assistant.io/integrations/usb",
|
||||||
"requirements": ["pyudev==0.22.0", "pyserial==3.5"],
|
"requirements": ["pyudev==0.23.2", "pyserial==3.5"],
|
||||||
"codeowners": ["@bdraco"],
|
"codeowners": ["@bdraco"],
|
||||||
"dependencies": ["websocket_api"],
|
"dependencies": ["websocket_api"],
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
|
@ -26,7 +26,7 @@ pillow==9.2.0
|
|||||||
pip>=21.0,<22.2
|
pip>=21.0,<22.2
|
||||||
pyserial==3.5
|
pyserial==3.5
|
||||||
python-slugify==4.0.1
|
python-slugify==4.0.1
|
||||||
pyudev==0.22.0
|
pyudev==0.23.2
|
||||||
pyyaml==6.0
|
pyyaml==6.0
|
||||||
requests==2.28.1
|
requests==2.28.1
|
||||||
scapy==2.4.5
|
scapy==2.4.5
|
||||||
|
@ -1993,7 +1993,7 @@ pytradfri[async]==9.0.0
|
|||||||
pytrafikverket==0.2.0.1
|
pytrafikverket==0.2.0.1
|
||||||
|
|
||||||
# homeassistant.components.usb
|
# homeassistant.components.usb
|
||||||
pyudev==0.22.0
|
pyudev==0.23.2
|
||||||
|
|
||||||
# homeassistant.components.unifiprotect
|
# homeassistant.components.unifiprotect
|
||||||
pyunifiprotect==4.0.9
|
pyunifiprotect==4.0.9
|
||||||
|
@ -1334,7 +1334,7 @@ pytradfri[async]==9.0.0
|
|||||||
pytrafikverket==0.2.0.1
|
pytrafikverket==0.2.0.1
|
||||||
|
|
||||||
# homeassistant.components.usb
|
# homeassistant.components.usb
|
||||||
pyudev==0.22.0
|
pyudev==0.23.2
|
||||||
|
|
||||||
# homeassistant.components.unifiprotect
|
# homeassistant.components.unifiprotect
|
||||||
pyunifiprotect==4.0.9
|
pyunifiprotect==4.0.9
|
||||||
|
Loading…
x
Reference in New Issue
Block a user