From 72b9d11bf2bbabdd1337fa2eea2c2d884f3c9a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 23:59:31 +0000 Subject: [PATCH] deps: bump bcrypt from 4.0.1 to 5.0.0 Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.0.1 to 5.0.0. - [Changelog](https://github.com/pyca/bcrypt/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/bcrypt/compare/4.0.1...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] --- backend/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 14825b1..b2d1aed 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,7 +9,7 @@ pymongo==4.13.1 motor==3.7.1 firebase-admin==6.9.0 python-dotenv==1.0.0 -bcrypt==4.0.1 +bcrypt==5.0.0 email-validator==2.2.0 pytest pytest-asyncio diff --git a/requirements.txt b/requirements.txt index 8089036..7f6b10c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ pymongo==4.13.1 motor==3.7.1 firebase-admin==6.9.0 python-dotenv==1.0.0 -bcrypt==4.0.1 +bcrypt==5.0.0 email-validator==2.2.0