Update pyudev to 0.23.2 (#74859)
This commit is contained in:
parent
d40ad96916
commit
80727ff952
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
"domain": "usb",
|
||||
"name": "USB Discovery",
|
||||
"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"],
|
||||
"dependencies": ["websocket_api"],
|
||||
"quality_scale": "internal",
|
||||
|
|
|
@ -26,7 +26,7 @@ pillow==9.2.0
|
|||
pip>=21.0,<22.2
|
||||
pyserial==3.5
|
||||
python-slugify==4.0.1
|
||||
pyudev==0.22.0
|
||||
pyudev==0.23.2
|
||||
pyyaml==6.0
|
||||
requests==2.28.1
|
||||
scapy==2.4.5
|
||||
|
|
|
@ -1993,7 +1993,7 @@ pytradfri[async]==9.0.0
|
|||
pytrafikverket==0.2.0.1
|
||||
|
||||
# homeassistant.components.usb
|
||||
pyudev==0.22.0
|
||||
pyudev==0.23.2
|
||||
|
||||
# homeassistant.components.unifiprotect
|
||||
pyunifiprotect==4.0.9
|
||||
|
|
|
@ -1334,7 +1334,7 @@ pytradfri[async]==9.0.0
|
|||
pytrafikverket==0.2.0.1
|
||||
|
||||
# homeassistant.components.usb
|
||||
pyudev==0.22.0
|
||||
pyudev==0.23.2
|
||||
|
||||
# homeassistant.components.unifiprotect
|
||||
pyunifiprotect==4.0.9
|
||||
|
|
Loading…
Add table
Reference in a new issue