fix(deps): update dependency bcrypt to v4

This commit is contained in:
renovate 2022-09-07 14:24:55 +00:00
parent 6ab9663b76
commit 7ad22d8143
No known key found for this signature in database
GPG key ID: 52B8FACB6DED89D9
2 changed files with 15 additions and 17 deletions

View file

@ -59,7 +59,7 @@ python = ">=3.9,<3.11"
# General
aiofiles = "^22.0.0"
asgiref = "^3.4.1"
bcrypt = "^3.2.0"
bcrypt = "^4.0.0"
bleach = "^4.1.0"
email-validator = "1.2.1"
fakeredis = "^1.6.1"