Skip to content

Commit

Permalink
Upgrade shodan to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Aug 5, 2018
1 parent c7a8f11 commit 992ab4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/shodan.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from homeassistant.const import ATTR_ATTRIBUTION, CONF_API_KEY, CONF_NAME
from homeassistant.helpers.entity import Entity

REQUIREMENTS = ['shodan==1.8.1']
REQUIREMENTS = ['shodan==1.9.0']

_LOGGER = logging.getLogger(__name__)

Expand Down
4 changes: 2 additions & 2 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ hole==0.3.0
holidays==0.9.5

# homeassistant.components.frontend
home-assistant-frontend==20180803.0
home-assistant-frontend==20180804.0

# homeassistant.components.homekit_controller
# homekit==0.10
Expand Down Expand Up @@ -1259,7 +1259,7 @@ sense_energy==0.3.1
sharp_aquos_rc==0.3.2

# homeassistant.components.sensor.shodan
shodan==1.8.1
shodan==1.9.0

# homeassistant.components.notify.simplepush
simplepush==1.1.4
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ hbmqtt==0.9.2
holidays==0.9.5

# homeassistant.components.frontend
home-assistant-frontend==20180803.0
home-assistant-frontend==20180804.0

# homeassistant.components.homematicip_cloud
homematicip==0.9.8
Expand Down

0 comments on commit 992ab4e

Please sign in to comment.