Upgrade psutil to 5.8.0 (#44640)
This commit is contained in:
parent
eb07282e9b
commit
a212248f8d
2 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@
|
|||
"domain": "systemmonitor",
|
||||
"name": "System Monitor",
|
||||
"documentation": "https://www.home-assistant.io/integrations/systemmonitor",
|
||||
"requirements": ["psutil==5.7.2"],
|
||||
"requirements": ["psutil==5.8.0"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
|
|
@ -1168,7 +1168,7 @@ prometheus_client==0.7.1
|
|||
proxmoxer==1.1.1
|
||||
|
||||
# homeassistant.components.systemmonitor
|
||||
psutil==5.7.2
|
||||
psutil==5.8.0
|
||||
|
||||
# homeassistant.components.ptvsd
|
||||
ptvsd==4.3.2
|
||||
|
|
Loading…
Add table
Reference in a new issue