From ba62c547f238186df87b0a79af3459adea2b29d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 16:42:45 +0000 Subject: [PATCH] chore(deps): update bcrypt requirement in /backend 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...5.0.0) --- updated-dependencies: - dependency-name: bcrypt dependency-version: 5.0.0 dependency-type: direct:production ... 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 e36217a..1b7560d 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,7 +7,7 @@ youtube-transcript-api>=1.2.4 google-genai>=2.9.0 python-dotenv>=1.2.2 httpx>=0.28.1 -bcrypt>=4.0.0 +bcrypt>=5.0.0 PyJWT>=2.13.0 google-auth>=2.0.0 psycopg2-binary>=2.9.12