From d059c9924a5dcce58f2fb3c470f8ab63637ccd2a Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 14 Aug 2023 15:50:43 +0200 Subject: [PATCH] Update attrs to 23.1.0 (#98385) --- 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 78973f15520..29c654cd05c 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -5,7 +5,7 @@ astral==2.2 async-timeout==4.0.3 async-upnp-client==0.34.1 atomicwrites-homeassistant==1.4.1 -attrs==22.2.0 +attrs==23.1.0 awesomeversion==22.9.0 bcrypt==4.0.1 bleak-retry-connector==3.1.1 diff --git a/pyproject.toml b/pyproject.toml index af386239ac5..3003e3a29ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "aiohttp==3.8.5", "astral==2.2", "async-timeout==4.0.3", - "attrs==22.2.0", + "attrs==23.1.0", "atomicwrites-homeassistant==1.4.1", "awesomeversion==22.9.0", "bcrypt==4.0.1", diff --git a/requirements.txt b/requirements.txt index 0c55b1f9a9e..72fa57f6b1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ aiohttp==3.8.5 astral==2.2 async-timeout==4.0.3 -attrs==22.2.0 +attrs==23.1.0 atomicwrites-homeassistant==1.4.1 awesomeversion==22.9.0 bcrypt==4.0.1