From 6213c1ca0faa0b1df166f094d87fffe3047c3056 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 19:54:50 +0000 Subject: [PATCH] deps: update bcrypt requirement from >=4.0.0 to >=4.3.0 in /cms 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...4.3.0) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 4.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cms/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/requirements.txt b/cms/requirements.txt index 5baf8cd..d6c571c 100644 --- a/cms/requirements.txt +++ b/cms/requirements.txt @@ -1,5 +1,5 @@ Flask>=3.1.3 Werkzeug>=3.1.8 -bcrypt>=4.0.0 +bcrypt>=4.3.0 Flask-Limiter>=3.12 gunicorn>=21.2.0