mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Upgrade psutil to 5.7.2 (#39149)
This commit is contained in:
parent
9baf3ff706
commit
73328dab5e
@ -2,6 +2,6 @@
|
|||||||
"domain": "systemmonitor",
|
"domain": "systemmonitor",
|
||||||
"name": "System Monitor",
|
"name": "System Monitor",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/systemmonitor",
|
"documentation": "https://www.home-assistant.io/integrations/systemmonitor",
|
||||||
"requirements": ["psutil==5.7.0"],
|
"requirements": ["psutil==5.7.2"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
@ -1127,7 +1127,7 @@ protobuf==3.12.2
|
|||||||
proxmoxer==1.1.1
|
proxmoxer==1.1.1
|
||||||
|
|
||||||
# homeassistant.components.systemmonitor
|
# homeassistant.components.systemmonitor
|
||||||
psutil==5.7.0
|
psutil==5.7.2
|
||||||
|
|
||||||
# homeassistant.components.ptvsd
|
# homeassistant.components.ptvsd
|
||||||
ptvsd==4.3.2
|
ptvsd==4.3.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user