Skip to content

Commit

Permalink
Update pyudev to 0.23.2 (#74859)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jul 10, 2022
1 parent d40ad96 commit 80727ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/usb/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80727ff

Please sign in to comment.