From 8c50e24056d3ce044f28fb6d75ab773d9dadad40 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sun, 25 Feb 2024 22:22:50 +0100 Subject: [PATCH] Update bcrypt to 4.1.2 (#111283) --- 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 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