From f84533838abfad0443763cc224bc9a2d0bb4f840 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 29 Dec 2022 15:09:39 +0100 Subject: [PATCH] Update attrs to 22.2.0 (#84772) --- homeassistant/package_constraints.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 22288959953..3aaa702409a 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -7,7 +7,7 @@ astral==2.2 async-upnp-client==0.33.0 async_timeout==4.0.2 atomicwrites-homeassistant==1.4.1 -attrs==22.1.0 +attrs==22.2.0 awesomeversion==22.9.0 bcrypt==3.1.7 bleak-retry-connector==2.13.0 diff --git a/pyproject.toml b/pyproject.toml index 454b6c80960..d3004b01c69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "aiohttp==3.8.1", "astral==2.2", "async_timeout==4.0.2", - "attrs==22.1.0", + "attrs==22.2.0", "atomicwrites-homeassistant==1.4.1", "awesomeversion==22.9.0", "bcrypt==3.1.7", diff --git a/requirements.txt b/requirements.txt index 077120c4ae1..41aa348cc13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ aiohttp==3.8.1 astral==2.2 async_timeout==4.0.2 -attrs==22.1.0 +attrs==22.2.0 atomicwrites-homeassistant==1.4.1 awesomeversion==22.9.0 bcrypt==3.1.7