From e20151fe2b3929c4474da57a33193432ac849536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 01:01:15 +0000 Subject: [PATCH] build(deps): bump psycopg2-binary from 2.9.10 to 2.9.11 in /server Bumps [psycopg2-binary](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-binary dependency-version: 2.9.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- server/autotest_server/testers/jupyter/requirements.txt | 2 +- server/autotest_server/testers/py/requirements.txt | 2 +- server/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/autotest_server/testers/jupyter/requirements.txt b/server/autotest_server/testers/jupyter/requirements.txt index 7857feff..5c413cae 100644 --- a/server/autotest_server/testers/jupyter/requirements.txt +++ b/server/autotest_server/testers/jupyter/requirements.txt @@ -1,3 +1,3 @@ pytest==7.1.2 -psycopg2-binary==2.9.10 +psycopg2-binary==2.9.11 git+https://github.com/MarkUsProject/autotest-helpers.git#subdirectory=notebook_helper diff --git a/server/autotest_server/testers/py/requirements.txt b/server/autotest_server/testers/py/requirements.txt index 6c2622fc..9fe9dc8f 100644 --- a/server/autotest_server/testers/py/requirements.txt +++ b/server/autotest_server/testers/py/requirements.txt @@ -1,2 +1,2 @@ pytest==7.1.2 -psycopg2-binary==2.9.10 +psycopg2-binary==2.9.11 diff --git a/server/requirements.txt b/server/requirements.txt index 8bb6f047..c5c98d5d 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -3,5 +3,5 @@ redis==7.1.0 pyyaml==6.0.3 jsonschema==4.25.1 requests==2.32.5 -psycopg2-binary==2.9.10 +psycopg2-binary==2.9.11 supervisor==4.3.0