From b8fd4f672f22da8d77e419b5a67f74a3d4bd8c42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 05:43:12 +0000 Subject: [PATCH] Update bcrypt requirement from <4.0,>=3.2 to >=5.0.0,<6.0 in /backend Updates the requirements on [bcrypt](https://github.com/pyca/bcrypt) to permit the latest version. - [Changelog](https://github.com/pyca/bcrypt/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/bcrypt/compare/3.2.0...5.0.0) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d3cbd26..89fc386 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ alembic>=1.13,<2.0 fastapi>=0.115,<1.0 passlib[bcrypt]>=1.7,<2.0 -bcrypt>=3.2,<4.0 +bcrypt>=5.0.0,<6.0 pydantic>=2.9,<3.0 pydantic-settings>=2.6,<3.0 pyjwt>=2.9,<3.0