From 9a90e460b53c73cc67877c2dd5a56dc9ec54672b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 04:12:57 +0000 Subject: [PATCH] chore(deps): bump bcrypt in /backend in the python-deps group Bumps the python-deps group in /backend with 1 update: [bcrypt](https://github.com/pyca/bcrypt). Updates `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 dependency-group: python-deps ... 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 4997ef2..11e893b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,6 +7,6 @@ PyYAML passlib[bcrypt] PyJWT>=2.11,<3 python-multipart -bcrypt==4.0.1 +bcrypt==5.0.0 alembic>=1.13,<2 slowapi>=0.1.9,<1