Bump bcrypt to 4.0.1 (#86338)
This commit is contained in:
parent
e8d19e7c62
commit
91c502ae55
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue