From 33e8b2502ee87ece7b6ecb085253ddfcd707ed57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 08:51:31 +0000 Subject: [PATCH] chore(deps)(deps): update psycopg2-binary requirement in /backend Updates the requirements on [psycopg2-binary](https://github.com/psycopg/psycopg2) to permit the latest version. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.9...2.9.12) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-version: 2.9.12 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 5cb7fc1..5cc7faf 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -16,7 +16,7 @@ aiofiles>=23.1.0 loguru>=0.7.3 greenlet>=3.3.1 alembic>=1.18.4 -psycopg2-binary>=2.9.9 +psycopg2-binary>=2.9.12 requests>=2.33.1 Pillow>=12.1.1 # imageio-ffmpeg 提供静态 ffmpeg 二进制,用于视频首帧 poster 抽帧(media_utils.ensure_video_poster)。