From 6d4844190e3d1a948919ee1e332c4e870631f91c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 02:36:47 +0000 Subject: [PATCH] Bump bcrypt from 4.3.0 to 5.0.0 Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.3.0 to 5.0.0. - [Changelog](https://github.com/pyca/bcrypt/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/bcrypt/compare/4.3.0...5.0.0) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cc90a79..4d72af6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ flask==3.1.2 flask-login==0.6.3 flask-wtf==1.2.2 werkzeug==3.1.3 -bcrypt==4.3.0 +bcrypt==5.0.0 APScheduler==3.11.0 PyGithub==2.8.1 gitpython==3.1.45