From 94938839e24b88d64c4597eb7f6b4cd2733228df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 18:04:30 +0000 Subject: [PATCH] chore(deps)(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 5cb7fc1e..6883d0d1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -22,7 +22,7 @@ Pillow>=12.1.1 # imageio-ffmpeg 提供静态 ffmpeg 二进制,用于视频首帧 poster 抽帧(media_utils.ensure_video_poster)。 # 不安装也不影响主流程——ffmpeg 不可用时后端返回 404,前端 fallback 到黑底。 imageio-ffmpeg>=0.6.0 -bcrypt>=4.0.0 +bcrypt>=5.0.0 # python-jose 上游长期未处理 CVE-2024-33663 / CVE-2024-33664,迁移到 PyJWT PyJWT[crypto]>=2.12.1 google-genai>=2.0.1