mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Update apple_weatherkit to 1.1.3 (#129193)
This commit is contained in:
parent
d66fcd23df
commit
1dfe26f14f
@ -5,5 +5,5 @@
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/weatherkit",
|
||||
"iot_class": "cloud_polling",
|
||||
"requirements": ["apple_weatherkit==1.1.2"]
|
||||
"requirements": ["apple_weatherkit==1.1.3"]
|
||||
}
|
||||
|
@ -465,7 +465,7 @@ anthemav==1.4.1
|
||||
anthropic==0.31.2
|
||||
|
||||
# homeassistant.components.weatherkit
|
||||
apple_weatherkit==1.1.2
|
||||
apple_weatherkit==1.1.3
|
||||
|
||||
# homeassistant.components.apprise
|
||||
apprise==1.9.0
|
||||
|
@ -438,7 +438,7 @@ anthemav==1.4.1
|
||||
anthropic==0.31.2
|
||||
|
||||
# homeassistant.components.weatherkit
|
||||
apple_weatherkit==1.1.2
|
||||
apple_weatherkit==1.1.3
|
||||
|
||||
# homeassistant.components.apprise
|
||||
apprise==1.9.0
|
||||
|
@ -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
|
||||
"apple_weatherkit", # https://github.com/tjhorner/python-weatherkit/pull/3
|
||||
"chacha20poly1305", # LGPL
|
||||
"chacha20poly1305-reuseable", # Apache 2.0 or BSD 3-Clause
|
||||
"commentjson", # https://github.com/vaidik/commentjson/pull/55
|
||||
|
Loading…
x
Reference in New Issue
Block a user