Update krakenex to 2.2.2 (#129185)
parent
624834de9c
commit
dbb80dd6c0
|
@ -6,5 +6,5 @@
|
||||||
"documentation": "https://www.home-assistant.io/integrations/kraken",
|
"documentation": "https://www.home-assistant.io/integrations/kraken",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["krakenex", "pykrakenapi"],
|
"loggers": ["krakenex", "pykrakenapi"],
|
||||||
"requirements": ["krakenex==2.1.0", "pykrakenapi==0.1.8"]
|
"requirements": ["krakenex==2.2.2", "pykrakenapi==0.1.8"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1253,7 +1253,7 @@ knx-frontend==2024.9.10.221729
|
||||||
konnected==1.2.0
|
konnected==1.2.0
|
||||||
|
|
||||||
# homeassistant.components.kraken
|
# homeassistant.components.kraken
|
||||||
krakenex==2.1.0
|
krakenex==2.2.2
|
||||||
|
|
||||||
# homeassistant.components.lacrosse_view
|
# homeassistant.components.lacrosse_view
|
||||||
lacrosse-view==1.0.2
|
lacrosse-view==1.0.2
|
||||||
|
|
|
@ -1052,7 +1052,7 @@ knx-frontend==2024.9.10.221729
|
||||||
konnected==1.2.0
|
konnected==1.2.0
|
||||||
|
|
||||||
# homeassistant.components.kraken
|
# homeassistant.components.kraken
|
||||||
krakenex==2.1.0
|
krakenex==2.2.2
|
||||||
|
|
||||||
# homeassistant.components.lacrosse_view
|
# homeassistant.components.lacrosse_view
|
||||||
lacrosse-view==1.0.2
|
lacrosse-view==1.0.2
|
||||||
|
|
|
@ -157,7 +157,6 @@ EXCEPTIONS = {
|
||||||
"imutils", # https://github.com/PyImageSearch/imutils/pull/292
|
"imutils", # https://github.com/PyImageSearch/imutils/pull/292
|
||||||
"iso4217", # Public domain
|
"iso4217", # Public domain
|
||||||
"kiwiki_client", # https://github.com/c7h/kiwiki_client/pull/6
|
"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
|
"ld2410-ble", # https://github.com/930913/ld2410-ble/pull/7
|
||||||
"maxcube-api", # https://github.com/uebelack/python-maxcube-api/pull/48
|
"maxcube-api", # https://github.com/uebelack/python-maxcube-api/pull/48
|
||||||
"neurio", # https://github.com/jordanh/neurio-python/pull/13
|
"neurio", # https://github.com/jordanh/neurio-python/pull/13
|
||||||
|
|
Loading…
Reference in New Issue