diff --git a/backend/Pipfile b/backend/Pipfile index ff181768..0740f0cb 100644 --- a/backend/Pipfile +++ b/backend/Pipfile @@ -7,7 +7,7 @@ name = "pypi" aiohttp = ">=3.8.3" aiopg = ">=1.4.0" alembic = ">=1.9.1" -bcrypt = "4.0.1" +bcrypt = "4.1.2" click = ">=8.1.3" databases = {extras = ["asyncpg"], version = ">=0.7.0"} fastapi = ">=0.88.0"