Bump psutil to 7.0.0 (#141390)
parent
ef531cec41
commit
db66b4093a
|
@ -6,6 +6,6 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/systemmonitor",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["psutil"],
|
||||
"requirements": ["psutil-home-assistant==0.0.1", "psutil==6.1.1"],
|
||||
"requirements": ["psutil-home-assistant==0.0.1", "psutil==7.0.0"],
|
||||
"single_config_entry": true
|
||||
}
|
||||
|
|
|
@ -1707,7 +1707,7 @@ proxmoxer==2.0.1
|
|||
psutil-home-assistant==0.0.1
|
||||
|
||||
# homeassistant.components.systemmonitor
|
||||
psutil==6.1.1
|
||||
psutil==7.0.0
|
||||
|
||||
# homeassistant.components.pulseaudio_loopback
|
||||
pulsectl==23.5.2
|
||||
|
|
|
@ -1409,7 +1409,7 @@ prometheus-client==0.21.0
|
|||
psutil-home-assistant==0.0.1
|
||||
|
||||
# homeassistant.components.systemmonitor
|
||||
psutil==6.1.1
|
||||
psutil==7.0.0
|
||||
|
||||
# homeassistant.components.pushbullet
|
||||
pushbullet.py==0.11.0
|
||||
|
|
Loading…
Reference in New Issue