mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Upgrade psutil to 5.6.2 (#23671)
This commit is contained in:
parent
97b5a38cb1
commit
8d8d2b6de9
@ -3,7 +3,7 @@
|
|||||||
"name": "Systemmonitor",
|
"name": "Systemmonitor",
|
||||||
"documentation": "https://www.home-assistant.io/components/systemmonitor",
|
"documentation": "https://www.home-assistant.io/components/systemmonitor",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"psutil==5.6.1"
|
"psutil==5.6.2"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
|
@ -885,7 +885,7 @@ prometheus_client==0.2.0
|
|||||||
protobuf==3.6.1
|
protobuf==3.6.1
|
||||||
|
|
||||||
# homeassistant.components.systemmonitor
|
# homeassistant.components.systemmonitor
|
||||||
psutil==5.6.1
|
psutil==5.6.2
|
||||||
|
|
||||||
# homeassistant.components.ptvsd
|
# homeassistant.components.ptvsd
|
||||||
ptvsd==4.2.8
|
ptvsd==4.2.8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user