Skip to content

Commit

Permalink
Upgrade shodan to 1.11.1 (home-assistant#21478)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored and pvizeli committed Feb 27, 2019
1 parent 01ee921 commit 0b68da2
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/shodan.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from homeassistant.const import ATTR_ATTRIBUTION, CONF_API_KEY, CONF_NAME
from homeassistant.helpers.entity import Entity

REQUIREMENTS = ['shodan==1.11.0']
REQUIREMENTS = ['shodan==1.11.1']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@ sense_energy==0.6.0
sharp_aquos_rc==0.3.2

# homeassistant.components.sensor.shodan
shodan==1.11.0
shodan==1.11.1

# homeassistant.components.notify.simplepush
simplepush==1.1.4
Expand Down

0 comments on commit 0b68da2

Please sign in to comment.