From 5852269e65e61b4b611f37ef2ab5d44945a63a0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 20:32:30 +0000 Subject: [PATCH] chore(deps)(deps): bump bcrypt from 4.0.1 to 5.0.0 in /backend Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.0.1 to 5.0.0. - [Changelog](https://github.com/pyca/bcrypt/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/bcrypt/compare/4.0.1...5.0.0) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 c96119e..4e751df 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -6,7 +6,7 @@ sqlalchemy[asyncio]==2.0.36 asyncpg==0.30.0 alembic==1.14.0 PyJWT[crypto]==2.13.0 -bcrypt==4.0.1 +bcrypt==5.0.0 passlib[bcrypt]==1.7.4 python-multipart==0.0.31 redis==5.2.0