diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 282ff1ddb44..938f7a359d4 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==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 02dbc87fb72..f91776289af 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==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 f3cd10a3577..5e20ed3b5b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ aiohttp==3.8.5 astral==2.2 async-timeout==4.0.2 -attrs==22.2.0 +attrs==23.1.0 atomicwrites-homeassistant==1.4.1 awesomeversion==22.9.0 bcrypt==4.0.1