diff --git a/backend/Pipfile b/backend/Pipfile index a9248985b..83b2a225d 100644 --- a/backend/Pipfile +++ b/backend/Pipfile @@ -9,7 +9,7 @@ types-aiofiles = ">=23.2.0.0" aiohttp = ">=3.8.3" aiopg = ">=1.4.0" alembic = ">=1.13.1" -bcrypt = "4.1.3" +bcrypt = "4.2.0" click = ">=8.1.3" databases = {extras = ["asyncpg"], version = "<=0.8.0"} fastapi = ">=0.88.0"