From 4127fc6330c7acb5c135acdc9589d135e64091e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:52:33 +0000 Subject: [PATCH] Update bcrypt requirement from >=3.2.0 to >=5.0.0 Updates the requirements on [bcrypt](https://github.com/pyca/bcrypt) to permit the latest version. - [Changelog](https://github.com/pyca/bcrypt/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/bcrypt/compare/3.2.0...5.0.0) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8697efd..42feb0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -bcrypt >= 3.2.0 +bcrypt >= 5.0.0