From 5e3747a05887848f967b45894f8010855e2ea5cc Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 10 Jan 2020 16:58:13 +0100 Subject: [PATCH] Upgrade shodan to 1.21.2 (#30641) --- homeassistant/components/shodan/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/shodan/manifest.json b/homeassistant/components/shodan/manifest.json index 007f6ef1d99..dac6efdfce2 100644 --- a/homeassistant/components/shodan/manifest.json +++ b/homeassistant/components/shodan/manifest.json @@ -2,7 +2,7 @@ "domain": "shodan", "name": "Shodan", "documentation": "https://www.home-assistant.io/integrations/shodan", - "requirements": ["shodan==1.21.1"], + "requirements": ["shodan==1.21.2"], "dependencies": [], "codeowners": ["@fabaff"] } diff --git a/requirements_all.txt b/requirements_all.txt index 05b853d9781..473c2420386 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1813,7 +1813,7 @@ sentry-sdk==0.13.5 sharp_aquos_rc==0.3.2 # homeassistant.components.shodan -shodan==1.21.1 +shodan==1.21.2 # homeassistant.components.simplepush simplepush==1.1.4