From 0abd3996952ad9b781059d601ae9abefa4ace29e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 15:27:48 +0000 Subject: [PATCH] Bump bcrypt from 4.0.1 to 5.0.0 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 81315db..73e0b82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "gunicorn>=23.0.0,<24.0.0", "python-jose[cryptography]>=3.5.0,<4.0.0", "passlib[bcrypt]>=1.7.4,<2.0.0", - "bcrypt==4.0.1", + "bcrypt==5.0.0", "PyYAML>=6.0.2,<7.0.0", "python-multipart>=0.0.20,<1.0.0", "email-validator>=2.2.0,<3.0.0"