diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 2c126dbd01a..cd34ebc8621 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -12,7 +12,7 @@ async-upnp-client==0.38.2 atomicwrites-homeassistant==1.4.1 attrs==23.2.0 awesomeversion==24.2.0 -bcrypt==4.0.1 +bcrypt==4.1.2 bleak-retry-connector==3.4.0 bleak==0.21.1 bluetooth-adapters==0.18.0 diff --git a/pyproject.toml b/pyproject.toml index fec3d83d5e7..f9080ebc8b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "attrs==23.2.0", "atomicwrites-homeassistant==1.4.1", "awesomeversion==24.2.0", - "bcrypt==4.0.1", + "bcrypt==4.1.2", "certifi>=2021.5.30", "ciso8601==2.3.1", # When bumping httpx, please check the version pins of diff --git a/requirements.txt b/requirements.txt index 99ae9fb1811..a1a8956b4e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ async-interrupt==1.1.1 attrs==23.2.0 atomicwrites-homeassistant==1.4.1 awesomeversion==24.2.0 -bcrypt==4.0.1 +bcrypt==4.1.2 certifi>=2021.5.30 ciso8601==2.3.1 httpx==0.26.0