From 8cdf62c666c31c99a322f97580494569086a593a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 02:20:19 +0000 Subject: [PATCH] chore: bump bcrypt from 4.1.1 to 5.0.0 Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.1.1 to 5.0.0. - [Changelog](https://github.com/pyca/bcrypt/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/bcrypt/compare/4.1.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 65f0f0a..ba78d04 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -13,7 +13,7 @@ aiosqlite==0.22.1 # Authentication & Security python-jose[cryptography]==3.5.0 passlib[bcrypt]==1.7.4 -bcrypt==4.1.1 +bcrypt==5.0.0 pyjwt==2.11.0 # Redis Cache