From d6c45fe9bea9132e5142fd7b5361c9c18c062b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 00:47:23 +0000 Subject: [PATCH] chore(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 b6e80c1..6ec1792 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -18,7 +18,7 @@ pyyaml==6.0.1 # Authentication python-jose[cryptography]==3.5.0 passlib[bcrypt]==1.7.4 -bcrypt==4.0.1 +bcrypt==5.0.0 # SNMP pysnmp==7.1.27