From b3c5bf0bd78632e449bd35e1167c7f56b2e52bd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 10:04:57 +0000 Subject: [PATCH] Bump bcrypt from 4.3.0 to 5.0.0 Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.3.0 to 5.0.0. - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](https://github.com/pyca/bcrypt/compare/4.3.0...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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4e653d90..98dcd97d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ cryptography==46.0.1 ecdsa==0.19.0 cffi==2.0.0 idna==3.10 -bcrypt==4.3.0 +bcrypt==5.0.0 pynacl==1.6.0 paramiko==4.0.0