From 7f480589bd3d8f0fc20f12716b93ca7b9725b63f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 02:38:58 +0000 Subject: [PATCH] Update bcrypt requirement from >=4.0 to >=5.0.0 in /Frank 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/4.0.0...5.0.0) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Frank/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frank/requirements.txt b/Frank/requirements.txt index 9a01e34..98ebc96 100644 --- a/Frank/requirements.txt +++ b/Frank/requirements.txt @@ -2,7 +2,7 @@ Flask>=3.0 Flask-SQLAlchemy>=3.1 Flask-CORS>=4.0 python-dotenv>=1.0 -bcrypt>=4.0 +bcrypt>=5.0.0 python-docx>=1.0 Authlib>=1.3 requests>=2.31