Update bcrypt to 4.2.0 (#126629)

This commit is contained in:
Marc Mueller 2024-09-24 15:00:06 +02:00 committed by GitHub
parent f699a69e83
commit 81d5c22800
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ async-upnp-client==0.40.0
atomicwrites-homeassistant==1.4.1 atomicwrites-homeassistant==1.4.1
attrs==23.2.0 attrs==23.2.0
awesomeversion==24.6.0 awesomeversion==24.6.0
bcrypt==4.1.3 bcrypt==4.2.0
bleak-retry-connector==3.5.0 bleak-retry-connector==3.5.0
bleak==0.22.2 bleak==0.22.2
bluetooth-adapters==0.19.4 bluetooth-adapters==0.19.4

View File

@ -36,7 +36,7 @@ dependencies = [
"attrs==23.2.0", "attrs==23.2.0",
"atomicwrites-homeassistant==1.4.1", "atomicwrites-homeassistant==1.4.1",
"awesomeversion==24.6.0", "awesomeversion==24.6.0",
"bcrypt==4.1.3", "bcrypt==4.2.0",
"certifi>=2021.5.30", "certifi>=2021.5.30",
"ciso8601==2.3.1", "ciso8601==2.3.1",
"fnv-hash-fast==1.0.2", "fnv-hash-fast==1.0.2",

View File

@ -14,7 +14,7 @@ async-interrupt==1.2.0
attrs==23.2.0 attrs==23.2.0
atomicwrites-homeassistant==1.4.1 atomicwrites-homeassistant==1.4.1
awesomeversion==24.6.0 awesomeversion==24.6.0
bcrypt==4.1.3 bcrypt==4.2.0
certifi>=2021.5.30 certifi>=2021.5.30
ciso8601==2.3.1 ciso8601==2.3.1
fnv-hash-fast==1.0.2 fnv-hash-fast==1.0.2