Upgrade psutil to 5.7.0 (#32720)
This commit is contained in:
parent
b8fab33e69
commit
40fc72aac2
3 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
"""The systemmonitor component."""
|
"""The systemmonitor integration."""
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"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.6.7"],
|
"requirements": ["psutil==5.7.0"],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
|
|
@ -1064,7 +1064,7 @@ protobuf==3.6.1
|
||||||
proxmoxer==1.0.4
|
proxmoxer==1.0.4
|
||||||
|
|
||||||
# homeassistant.components.systemmonitor
|
# homeassistant.components.systemmonitor
|
||||||
psutil==5.6.7
|
psutil==5.7.0
|
||||||
|
|
||||||
# homeassistant.components.ptvsd
|
# homeassistant.components.ptvsd
|
||||||
ptvsd==4.2.8
|
ptvsd==4.2.8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue