diff --git a/homeassistant/components/hangouts/manifest.json b/homeassistant/components/hangouts/manifest.json index 44d85405339b..b8b1004bb784 100644 --- a/homeassistant/components/hangouts/manifest.json +++ b/homeassistant/components/hangouts/manifest.json @@ -3,7 +3,7 @@ "name": "Google Chat", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/hangouts", - "requirements": ["hangups==0.4.17"], + "requirements": ["hangups==0.4.18"], "codeowners": [], "iot_class": "cloud_push", "loggers": ["hangups", "urwid"] diff --git a/requirements_all.txt b/requirements_all.txt index 985a7c544768..6681762b7e7f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -776,7 +776,7 @@ ha-philipsjs==2.7.6 habitipy==0.2.0 # homeassistant.components.hangouts -hangups==0.4.17 +hangups==0.4.18 # homeassistant.components.cloud hass-nabucasa==0.54.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 3c2c66010a97..47a44740062d 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -546,7 +546,7 @@ ha-philipsjs==2.7.6 habitipy==0.2.0 # homeassistant.components.hangouts -hangups==0.4.17 +hangups==0.4.18 # homeassistant.components.cloud hass-nabucasa==0.54.0 diff --git a/script/pip_check b/script/pip_check index 6f48ce15bb1e..f29ea5a5dd0a 100755 --- a/script/pip_check +++ b/script/pip_check @@ -3,7 +3,7 @@ PIP_CACHE=$1 # Number of existing dependency conflicts # Update if a PR resolve one! -DEPENDENCY_CONFLICTS=7 +DEPENDENCY_CONFLICTS=6 PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE) LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)