From ce2fcedb4e0c52d3949453b67ed27017cc44f80c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 01:08:31 +0000 Subject: [PATCH] build(deps): bump psycopg2-binary from 2.9.11 to 2.9.12 in /server Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.11 to 2.9.12. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.11...2.9.12) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-version: 2.9.12 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 4ad596a8..a4c81022 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -5,5 +5,5 @@ jsonschema==4.26.0 markus-autotesting-core==0.1.0 msgspec==0.20.0 requests==2.33.1 -psycopg2-binary==2.9.11 +psycopg2-binary==2.9.12 supervisor==4.3.0