Update goslide-api to 0.7.0 (#129168)

This commit is contained in:
Marc Mueller 2024-10-25 18:33:37 +02:00 committed by GitHub
parent 3ac3673326
commit 5c3c9d2ed1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 2 additions and 4 deletions

View File

@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/slide",
"iot_class": "cloud_polling",
"loggers": ["goslideapi"],
"requirements": ["goslide-api==0.5.1"]
"requirements": ["goslide-api==0.7.0"]
}

View File

@ -1020,7 +1020,7 @@ google-photos-library-api==0.12.1
googlemaps==2.5.1
# homeassistant.components.slide
goslide-api==0.5.1
goslide-api==0.7.0
# homeassistant.components.tailwind
gotailwind==0.2.4

View File

@ -30,7 +30,6 @@ PIP_VERSION_RANGE_SEPARATOR = re.compile(r"^(==|>=|<=|~=|!=|<|>|===)?(.*)$")
IGNORE_STANDARD_LIBRARY_VIOLATIONS = {
# Integrations which have standard library requirements.
"slide",
"suez_water",
}

View File

@ -144,7 +144,6 @@ EXCEPTIONS = {
"aioecowitt", # https://github.com/home-assistant-libs/aioecowitt/pull/180
"aiooui", # https://github.com/Bluetooth-Devices/aiooui/pull/8
"apple_weatherkit", # https://github.com/tjhorner/python-weatherkit/pull/3
"asyncio", # PSF License
"chacha20poly1305", # LGPL
"chacha20poly1305-reuseable", # Apache 2.0 or BSD 3-Clause
"commentjson", # https://github.com/vaidik/commentjson/pull/55