mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Update bcrypt to 4.2.0 (#126629)
This commit is contained in:
parent
f699a69e83
commit
81d5c22800
@ -14,7 +14,7 @@ async-upnp-client==0.40.0
|
||||
atomicwrites-homeassistant==1.4.1
|
||||
attrs==23.2.0
|
||||
awesomeversion==24.6.0
|
||||
bcrypt==4.1.3
|
||||
bcrypt==4.2.0
|
||||
bleak-retry-connector==3.5.0
|
||||
bleak==0.22.2
|
||||
bluetooth-adapters==0.19.4
|
||||
|
@ -36,7 +36,7 @@ dependencies = [
|
||||
"attrs==23.2.0",
|
||||
"atomicwrites-homeassistant==1.4.1",
|
||||
"awesomeversion==24.6.0",
|
||||
"bcrypt==4.1.3",
|
||||
"bcrypt==4.2.0",
|
||||
"certifi>=2021.5.30",
|
||||
"ciso8601==2.3.1",
|
||||
"fnv-hash-fast==1.0.2",
|
||||
|
@ -14,7 +14,7 @@ async-interrupt==1.2.0
|
||||
attrs==23.2.0
|
||||
atomicwrites-homeassistant==1.4.1
|
||||
awesomeversion==24.6.0
|
||||
bcrypt==4.1.3
|
||||
bcrypt==4.2.0
|
||||
certifi>=2021.5.30
|
||||
ciso8601==2.3.1
|
||||
fnv-hash-fast==1.0.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user