mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Update pyudev to 0.24.1 (#114359)
This commit is contained in:
parent
4a9c592f3c
commit
4d4d2850be
@ -7,5 +7,5 @@
|
||||
"integration_type": "system",
|
||||
"iot_class": "local_push",
|
||||
"quality_scale": "internal",
|
||||
"requirements": ["pyudev==0.23.2", "pyserial==3.5"]
|
||||
"requirements": ["pyudev==0.24.1", "pyserial==3.5"]
|
||||
}
|
||||
|
@ -49,7 +49,7 @@ pyOpenSSL==24.1.0
|
||||
pyserial==3.5
|
||||
python-slugify==8.0.4
|
||||
PyTurboJPEG==1.7.1
|
||||
pyudev==0.23.2
|
||||
pyudev==0.24.1
|
||||
PyYAML==6.0.1
|
||||
requests==2.31.0
|
||||
SQLAlchemy==2.0.29
|
||||
|
@ -513,8 +513,6 @@ filterwarnings = [
|
||||
"ignore:datetime.*utcnow\\(\\) is deprecated and scheduled for removal:DeprecationWarning:onvif.client",
|
||||
# https://github.com/okunishinishi/python-stringcase/commit/6a5c5bbd3fe5337862abc7fd0853a0f36e18b2e1 - >1.2.0
|
||||
"ignore:invalid escape sequence:SyntaxWarning:.*stringcase",
|
||||
# https://github.com/pyudev/pyudev/pull/466 - >=0.24.0
|
||||
"ignore:invalid escape sequence:SyntaxWarning:.*pyudev.monitor",
|
||||
# https://github.com/xeniter/romy/pull/1 - >=0.0.8
|
||||
"ignore:with timeout\\(\\) is deprecated, use async with timeout\\(\\) instead:DeprecationWarning:romy.utils",
|
||||
# https://github.com/grahamwetzler/smart-meter-texas/pull/143 - >0.5.3
|
||||
|
@ -2336,7 +2336,7 @@ pytrafikverket==0.3.10
|
||||
pytrydan==0.4.0
|
||||
|
||||
# homeassistant.components.usb
|
||||
pyudev==0.23.2
|
||||
pyudev==0.24.1
|
||||
|
||||
# homeassistant.components.unifiprotect
|
||||
pyunifiprotect==5.0.2
|
||||
|
@ -1803,7 +1803,7 @@ pytrafikverket==0.3.10
|
||||
pytrydan==0.4.0
|
||||
|
||||
# homeassistant.components.usb
|
||||
pyudev==0.23.2
|
||||
pyudev==0.24.1
|
||||
|
||||
# homeassistant.components.unifiprotect
|
||||
pyunifiprotect==5.0.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user