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)",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/ipma",
|
||||
"requirements": ["pyipma==2.0.3"],
|
||||
"requirements": ["pyipma==2.0.4"],
|
||||
"dependencies": [],
|
||||
"codeowners": ["@dgomes", "@abmantis"]
|
||||
}
|
||||
|
|
|
@ -1305,7 +1305,7 @@ pyicloud==0.9.2
|
|||
pyintesishome==1.6
|
||||
|
||||
# homeassistant.components.ipma
|
||||
pyipma==2.0.3
|
||||
pyipma==2.0.4
|
||||
|
||||
# homeassistant.components.iqvia
|
||||
pyiqvia==0.2.1
|
||||
|
|
|
@ -477,7 +477,7 @@ pyhomematic==0.1.64
|
|||
pyicloud==0.9.2
|
||||
|
||||
# homeassistant.components.ipma
|
||||
pyipma==2.0.3
|
||||
pyipma==2.0.4
|
||||
|
||||
# homeassistant.components.iqvia
|
||||
pyiqvia==0.2.1
|
||||
|
|
Loading…
Reference in New Issue