From 8ad0226241da28444f50854ff05deb3ebf47fba3 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Tue, 30 Jan 2024 12:22:41 +0100 Subject: [PATCH] Update attrs to 23.2.0 (#109115) --- 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 2863b53b684..330917437b8 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -8,7 +8,7 @@ aiohttp_cors==0.7.0 astral==2.2 async-upnp-client==0.38.1 atomicwrites-homeassistant==1.4.1 -attrs==23.1.0 +attrs==23.2.0 awesomeversion==23.11.0 bcrypt==4.0.1 bleak-retry-connector==3.4.0 diff --git a/pyproject.toml b/pyproject.toml index 55299f5c2f5..462d3d326d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "aiohttp-fast-url-dispatcher==0.3.0", "aiohttp-zlib-ng==0.3.1", "astral==2.2", - "attrs==23.1.0", + "attrs==23.2.0", "atomicwrites-homeassistant==1.4.1", "awesomeversion==23.11.0", "bcrypt==4.0.1", diff --git a/requirements.txt b/requirements.txt index f48dfe81935..67aad2e9f0d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ aiohttp_cors==0.7.0 aiohttp-fast-url-dispatcher==0.3.0 aiohttp-zlib-ng==0.3.1 astral==2.2 -attrs==23.1.0 +attrs==23.2.0 atomicwrites-homeassistant==1.4.1 awesomeversion==23.11.0 bcrypt==4.0.1