Bump pyipma dependency (fixes bug in 0.106) (#32286)
* Bump version * Bump PyIPMA versionpull/32282/head
parent
61476f4f2c
commit
b8fbe758d8
|
@ -3,7 +3,7 @@
|
||||||
"name": "Instituto Português do Mar e Atmosfera (IPMA)",
|
"name": "Instituto Português do Mar e Atmosfera (IPMA)",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/ipma",
|
"documentation": "https://www.home-assistant.io/integrations/ipma",
|
||||||
"requirements": ["pyipma==2.0.3"],
|
"requirements": ["pyipma==2.0.4"],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": ["@dgomes", "@abmantis"]
|
"codeowners": ["@dgomes", "@abmantis"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1305,7 +1305,7 @@ pyicloud==0.9.2
|
||||||
pyintesishome==1.6
|
pyintesishome==1.6
|
||||||
|
|
||||||
# homeassistant.components.ipma
|
# homeassistant.components.ipma
|
||||||
pyipma==2.0.3
|
pyipma==2.0.4
|
||||||
|
|
||||||
# homeassistant.components.iqvia
|
# homeassistant.components.iqvia
|
||||||
pyiqvia==0.2.1
|
pyiqvia==0.2.1
|
||||||
|
|
|
@ -477,7 +477,7 @@ pyhomematic==0.1.64
|
||||||
pyicloud==0.9.2
|
pyicloud==0.9.2
|
||||||
|
|
||||||
# homeassistant.components.ipma
|
# homeassistant.components.ipma
|
||||||
pyipma==2.0.3
|
pyipma==2.0.4
|
||||||
|
|
||||||
# homeassistant.components.iqvia
|
# homeassistant.components.iqvia
|
||||||
pyiqvia==0.2.1
|
pyiqvia==0.2.1
|
||||||
|
|
Loading…
Reference in New Issue