From b43ef4be1279914b7784f32cbff184f22977e8a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 17:01:04 +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/release.py) - [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 982f25ca5..ea994f535 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ alembic==1.14.1 apscheduler==3.11.0 -bcrypt==4.3.0 +bcrypt==5.0.0 bleach[css]==6.2.0 colander==2.0 dogpile.cache==1.3.4