Skip to content

Commit

Permalink
Upgrade psutil to 5.4.8 (#18086)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and cgarwood committed Nov 1, 2018
1 parent afc109a commit c5f9220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/systemmonitor.py
Expand Up @@ -16,7 +16,7 @@
import homeassistant.helpers.config_validation as cv
import homeassistant.util.dt as dt_util

REQUIREMENTS = ['psutil==5.4.7']
REQUIREMENTS = ['psutil==5.4.8']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -747,7 +747,7 @@ proliphix==0.4.1
prometheus_client==0.2.0

# homeassistant.components.sensor.systemmonitor
psutil==5.4.7
psutil==5.4.8

# homeassistant.components.wink
pubnubsub-handler==1.0.2
Expand Down

0 comments on commit c5f9220

Please sign in to comment.