mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Downgrade todoist-api-python to 2.0.2 and attrs to 22.2.0 (#98354)
This commit is contained in:
parent
429f939fee
commit
07e20e1eab
@ -5,5 +5,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/todoist",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["todoist"],
|
||||
"requirements": ["todoist-api-python==2.1.1"]
|
||||
"requirements": ["todoist-api-python==2.0.2"]
|
||||
}
|
||||
|
@ -5,7 +5,7 @@ astral==2.2
|
||||
async-timeout==4.0.2
|
||||
async-upnp-client==0.34.1
|
||||
atomicwrites-homeassistant==1.4.1
|
||||
attrs==23.1.0
|
||||
attrs==22.2.0
|
||||
awesomeversion==22.9.0
|
||||
bcrypt==4.0.1
|
||||
bleak-retry-connector==3.1.1
|
||||
|
@ -26,7 +26,7 @@ dependencies = [
|
||||
"aiohttp==3.8.5",
|
||||
"astral==2.2",
|
||||
"async-timeout==4.0.2",
|
||||
"attrs==23.1.0",
|
||||
"attrs==22.2.0",
|
||||
"atomicwrites-homeassistant==1.4.1",
|
||||
"awesomeversion==22.9.0",
|
||||
"bcrypt==4.0.1",
|
||||
|
@ -4,7 +4,7 @@
|
||||
aiohttp==3.8.5
|
||||
astral==2.2
|
||||
async-timeout==4.0.2
|
||||
attrs==23.1.0
|
||||
attrs==22.2.0
|
||||
atomicwrites-homeassistant==1.4.1
|
||||
awesomeversion==22.9.0
|
||||
bcrypt==4.0.1
|
||||
|
@ -2554,7 +2554,7 @@ tilt-ble==0.2.3
|
||||
tmb==0.0.4
|
||||
|
||||
# homeassistant.components.todoist
|
||||
todoist-api-python==2.1.1
|
||||
todoist-api-python==2.0.2
|
||||
|
||||
# homeassistant.components.tolo
|
||||
tololib==0.1.0b4
|
||||
|
@ -1860,7 +1860,7 @@ thermopro-ble==0.4.5
|
||||
tilt-ble==0.2.3
|
||||
|
||||
# homeassistant.components.todoist
|
||||
todoist-api-python==2.1.1
|
||||
todoist-api-python==2.0.2
|
||||
|
||||
# homeassistant.components.tolo
|
||||
tololib==0.1.0b4
|
||||
|
Loading…
x
Reference in New Issue
Block a user