mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Update bcrypt to 4.1.2 (#111283)
This commit is contained in:
parent
014e21ce80
commit
8c50e24056
@ -12,7 +12,7 @@ async-upnp-client==0.38.2
|
|||||||
atomicwrites-homeassistant==1.4.1
|
atomicwrites-homeassistant==1.4.1
|
||||||
attrs==23.2.0
|
attrs==23.2.0
|
||||||
awesomeversion==24.2.0
|
awesomeversion==24.2.0
|
||||||
bcrypt==4.0.1
|
bcrypt==4.1.2
|
||||||
bleak-retry-connector==3.4.0
|
bleak-retry-connector==3.4.0
|
||||||
bleak==0.21.1
|
bleak==0.21.1
|
||||||
bluetooth-adapters==0.18.0
|
bluetooth-adapters==0.18.0
|
||||||
|
@ -32,7 +32,7 @@ dependencies = [
|
|||||||
"attrs==23.2.0",
|
"attrs==23.2.0",
|
||||||
"atomicwrites-homeassistant==1.4.1",
|
"atomicwrites-homeassistant==1.4.1",
|
||||||
"awesomeversion==24.2.0",
|
"awesomeversion==24.2.0",
|
||||||
"bcrypt==4.0.1",
|
"bcrypt==4.1.2",
|
||||||
"certifi>=2021.5.30",
|
"certifi>=2021.5.30",
|
||||||
"ciso8601==2.3.1",
|
"ciso8601==2.3.1",
|
||||||
# When bumping httpx, please check the version pins of
|
# When bumping httpx, please check the version pins of
|
||||||
|
@ -12,7 +12,7 @@ async-interrupt==1.1.1
|
|||||||
attrs==23.2.0
|
attrs==23.2.0
|
||||||
atomicwrites-homeassistant==1.4.1
|
atomicwrites-homeassistant==1.4.1
|
||||||
awesomeversion==24.2.0
|
awesomeversion==24.2.0
|
||||||
bcrypt==4.0.1
|
bcrypt==4.1.2
|
||||||
certifi>=2021.5.30
|
certifi>=2021.5.30
|
||||||
ciso8601==2.3.1
|
ciso8601==2.3.1
|
||||||
httpx==0.26.0
|
httpx==0.26.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user