Update apple_weatherkit to 1.1.3 (#129193)

This commit is contained in:
Marc Mueller 2024-10-26 01:51:28 +02:00 committed by GitHub
parent d66fcd23df
commit 1dfe26f14f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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/weatherkit",
"iot_class": "cloud_polling",
"requirements": ["apple_weatherkit==1.1.2"]
"requirements": ["apple_weatherkit==1.1.3"]
}

View File

@ -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

View File

@ -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

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
"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