From beffb8a6c1617fbe2daac9fbaf0e8f52010c9f83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 22:03:43 +0000 Subject: [PATCH] fix(deps): bump bcrypt from 4.2.1 to 5.0.0 in /requirements Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.2.1 to 5.0.0. - [Changelog](https://github.com/pyca/bcrypt/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/bcrypt/compare/4.2.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] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 81975d7..7bae834 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -6,7 +6,7 @@ asyncpg==0.30.0 passlib==1.7.4 pydantic-settings==2.7.1 pydantic==2.10.6 -bcrypt==4.2.1 +bcrypt==5.0.0 cryptography==44.0.1 email-validator==2.2.0 fastapi_pagination==0.12.34