Bump bcrypt to 4.0.1 (#86338)

This commit is contained in:
epenet 2023-01-21 17:16:28 +01:00 committed by GitHub
parent e8d19e7c62
commit 91c502ae55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ async_timeout==4.0.2
atomicwrites-homeassistant==1.4.1 atomicwrites-homeassistant==1.4.1
attrs==22.2.0 attrs==22.2.0
awesomeversion==22.9.0 awesomeversion==22.9.0
bcrypt==3.1.7 bcrypt==4.0.1
bleak-retry-connector==2.13.0 bleak-retry-connector==2.13.0
bleak==0.19.5 bleak==0.19.5
bluetooth-adapters==0.15.2 bluetooth-adapters==0.15.2

View file

@ -30,7 +30,7 @@ dependencies = [
"attrs==22.2.0", "attrs==22.2.0",
"atomicwrites-homeassistant==1.4.1", "atomicwrites-homeassistant==1.4.1",
"awesomeversion==22.9.0", "awesomeversion==22.9.0",
"bcrypt==3.1.7", "bcrypt==4.0.1",
"certifi>=2021.5.30", "certifi>=2021.5.30",
"ciso8601==2.3.0", "ciso8601==2.3.0",
# When bumping httpx, please check the version pins of # When bumping httpx, please check the version pins of

View file

@ -7,7 +7,7 @@ async_timeout==4.0.2
attrs==22.2.0 attrs==22.2.0
atomicwrites-homeassistant==1.4.1 atomicwrites-homeassistant==1.4.1
awesomeversion==22.9.0 awesomeversion==22.9.0
bcrypt==3.1.7 bcrypt==4.0.1
certifi>=2021.5.30 certifi>=2021.5.30
ciso8601==2.3.0 ciso8601==2.3.0
httpx==0.23.2 httpx==0.23.2