From 07e20e1eabf5b591b4f2ca045b0c22b2b499b5b2 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 14 Aug 2023 00:23:38 +0200 Subject: [PATCH] Downgrade todoist-api-python to 2.0.2 and attrs to 22.2.0 (#98354) --- homeassistant/components/todoist/manifest.json | 2 +- homeassistant/package_constraints.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/todoist/manifest.json b/homeassistant/components/todoist/manifest.json index 22d3b19b6c9..ac7e899d8a1 100644 --- a/homeassistant/components/todoist/manifest.json +++ b/homeassistant/components/todoist/manifest.json @@ -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"] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index a29fa2af946..78d8a7d4ac9 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -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 diff --git a/pyproject.toml b/pyproject.toml index f91776289af..02dbc87fb72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/requirements.txt b/requirements.txt index 5e20ed3b5b2..f3cd10a3577 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/requirements_all.txt b/requirements_all.txt index f771426929a..2844ad47e98 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index bd6f9c70f4e..c42ad02da8d 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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