From ed3567e25ff85dd4694e4895811541b8deb09472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 13:42:19 +0000 Subject: [PATCH] Bump psycopg2 from 2.9.10 to 2.9.11 in /server Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.10 to 2.9.11. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.10...2.9.11) --- updated-dependencies: - dependency-name: psycopg2 dependency-version: 2.9.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 82228c29..4221631a 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -34,7 +34,7 @@ tqdm==4.67.* websockets==15.* # deploy -psycopg2==2.9.10 +psycopg2==2.9.11 gunicorn==23.0.0 uvicorn[standard]==0.34.2