diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index db347397b0e..0c52660c341 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -9,7 +9,7 @@ async_timeout==4.0.2 atomicwrites-homeassistant==1.4.1 attrs==22.2.0 awesomeversion==22.9.0 -bcrypt==3.1.7 +bcrypt==4.0.1 bleak-retry-connector==2.13.0 bleak==0.19.5 bluetooth-adapters==0.15.2 diff --git a/pyproject.toml b/pyproject.toml index 74425e9ff3a..146a528f340 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "attrs==22.2.0", "atomicwrites-homeassistant==1.4.1", "awesomeversion==22.9.0", - "bcrypt==3.1.7", + "bcrypt==4.0.1", "certifi>=2021.5.30", "ciso8601==2.3.0", # When bumping httpx, please check the version pins of diff --git a/requirements.txt b/requirements.txt index b7e841237c1..2fd79a9d8af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ async_timeout==4.0.2 attrs==22.2.0 atomicwrites-homeassistant==1.4.1 awesomeversion==22.9.0 -bcrypt==3.1.7 +bcrypt==4.0.1 certifi>=2021.5.30 ciso8601==2.3.0 httpx==0.23.2