Update krakenex to 2.2.2 (#129185)

This commit is contained in:
Marc Mueller 2024-10-25 22:38:02 +02:00 committed by GitHub
parent 624834de9c
commit dbb80dd6c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3 additions and 4 deletions

View File

@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/kraken",
"iot_class": "cloud_polling",
"loggers": ["krakenex", "pykrakenapi"],
"requirements": ["krakenex==2.1.0", "pykrakenapi==0.1.8"]
"requirements": ["krakenex==2.2.2", "pykrakenapi==0.1.8"]
}

View File

@ -1253,7 +1253,7 @@ knx-frontend==2024.9.10.221729
konnected==1.2.0
# homeassistant.components.kraken
krakenex==2.1.0
krakenex==2.2.2
# homeassistant.components.lacrosse_view
lacrosse-view==1.0.2

View File

@ -1052,7 +1052,7 @@ knx-frontend==2024.9.10.221729
konnected==1.2.0
# homeassistant.components.kraken
krakenex==2.1.0
krakenex==2.2.2
# homeassistant.components.lacrosse_view
lacrosse-view==1.0.2

View File

@ -157,7 +157,6 @@ EXCEPTIONS = {
"imutils", # https://github.com/PyImageSearch/imutils/pull/292
"iso4217", # Public domain
"kiwiki_client", # https://github.com/c7h/kiwiki_client/pull/6
"krakenex", # https://github.com/veox/python3-krakenex/pull/145
"ld2410-ble", # https://github.com/930913/ld2410-ble/pull/7
"maxcube-api", # https://github.com/uebelack/python-maxcube-api/pull/48
"neurio", # https://github.com/jordanh/neurio-python/pull/13