From ced3a5d7808509ce2b114c4a94b520a97f038691 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 15:58:06 +0000 Subject: [PATCH] deps: update bcrypt requirement from <4.1,>=4.0 to >=4.0,<5.1 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5f73365..e5706a8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,5 @@ apscheduler>=3.10 python-multipart>=0.0.18 cryptography>=44.0 passlib[bcrypt]>=1.7 -bcrypt>=4.0,<4.1 +bcrypt>=4.0,<5.1 itsdangerous>=2.2