From eb97e30b0a7cf581fef510d6a7cd54a9a0a40866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 02:37:41 +0000 Subject: [PATCH] chore(deps): bump bcrypt from 4.2.0 to 4.3.0 in /backend Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.2.0 to 4.3.0. - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](https://github.com/pyca/bcrypt/compare/4.2.0...4.3.0) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 616827144..198603178 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -20,7 +20,7 @@ peewee-migrate==1.12.2 psycopg2-binary==2.9.9 pgvector==0.3.5 PyMySQL==1.1.1 -bcrypt==4.2.0 +bcrypt==4.3.0 pymongo redis