From ffdd28eea680f4120e14d2b87a04fbf5c2729b0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 14:18:18 +0000 Subject: [PATCH] chore(deps): update bcrypt requirement from <5,>=3.1.3 to >=3.1.3,<6 Updates the requirements on [bcrypt](https://github.com/pyca/bcrypt) to permit the latest version. - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](https://github.com/pyca/bcrypt/compare/3.1.3...5.0.0) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 5.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index c05bc3f..1276fc1 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -16,7 +16,7 @@ marshmallow-sqlalchemy>=0.12,<0.13 webargs>=1.4.0,<9 apispec>=0.20.0,<6.9 -bcrypt>=3.1.3,<5 +bcrypt>=3.1.3,<6 passlib>=1.7.1,<2 Flask-OAuthlib>=0.9.4,<0.10 Flask-Login>=0.4.0,<0.7