mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Bump aioridwell to 2022.03.0 (#68423)
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/ridwell",
|
"documentation": "https://www.home-assistant.io/integrations/ridwell",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"aioridwell==2021.12.2"
|
"aioridwell==2022.03.0"
|
||||||
],
|
],
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
"@bachya"
|
"@bachya"
|
||||||
|
@@ -229,7 +229,7 @@ aiopyarr==22.2.2
|
|||||||
aiorecollect==1.0.8
|
aiorecollect==1.0.8
|
||||||
|
|
||||||
# homeassistant.components.ridwell
|
# homeassistant.components.ridwell
|
||||||
aioridwell==2021.12.2
|
aioridwell==2022.03.0
|
||||||
|
|
||||||
# homeassistant.components.senseme
|
# homeassistant.components.senseme
|
||||||
aiosenseme==0.6.1
|
aiosenseme==0.6.1
|
||||||
|
@@ -192,7 +192,7 @@ aiopyarr==22.2.2
|
|||||||
aiorecollect==1.0.8
|
aiorecollect==1.0.8
|
||||||
|
|
||||||
# homeassistant.components.ridwell
|
# homeassistant.components.ridwell
|
||||||
aioridwell==2021.12.2
|
aioridwell==2022.03.0
|
||||||
|
|
||||||
# homeassistant.components.senseme
|
# homeassistant.components.senseme
|
||||||
aiosenseme==0.6.1
|
aiosenseme==0.6.1
|
||||||
|
@@ -3,7 +3,7 @@ PIP_CACHE=$1
|
|||||||
|
|
||||||
# Number of existing dependency conflicts
|
# Number of existing dependency conflicts
|
||||||
# Update if a PR resolve one!
|
# Update if a PR resolve one!
|
||||||
DEPENDENCY_CONFLICTS=7
|
DEPENDENCY_CONFLICTS=5
|
||||||
|
|
||||||
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
|
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
|
||||||
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)
|
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)
|
||||||
|
Reference in New Issue
Block a user