Update aioopenexchangerates to 0.6.8 (#129162)

This commit is contained in:
Marc Mueller
2024-10-25 17:40:02 +02:00
committed by GitHub
parent 13ffe7acfb
commit 839c884cef
4 changed files with 3 additions and 4 deletions

View File

@ -5,5 +5,5 @@
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/openexchangerates",
"iot_class": "cloud_polling",
"requirements": ["aioopenexchangerates==0.6.2"]
"requirements": ["aioopenexchangerates==0.6.8"]
}

View File

@ -316,7 +316,7 @@ aionut==4.3.3
aiooncue==0.3.7
# homeassistant.components.openexchangerates
aioopenexchangerates==0.6.2
aioopenexchangerates==0.6.8
# homeassistant.components.nmap_tracker
aiooui==0.1.6

View File

@ -298,7 +298,7 @@ aionut==4.3.3
aiooncue==0.3.7
# homeassistant.components.openexchangerates
aioopenexchangerates==0.6.2
aioopenexchangerates==0.6.8
# homeassistant.components.nmap_tracker
aiooui==0.1.6

View File

@ -142,7 +142,6 @@ EXCEPTIONS = {
"PySwitchmate", # https://github.com/Danielhiversen/pySwitchmate/pull/16
"PyXiaomiGateway", # https://github.com/Danielhiversen/PyXiaomiGateway/pull/201
"aioecowitt", # https://github.com/home-assistant-libs/aioecowitt/pull/180
"aioopenexchangerates", # https://github.com/MartinHjelmare/aioopenexchangerates/pull/94
"aiooui", # https://github.com/Bluetooth-Devices/aiooui/pull/8
"apple_weatherkit", # https://github.com/tjhorner/python-weatherkit/pull/3
"asyncio", # PSF License