From b2402785d171dc9a6496a3848f1bfee57e58ee86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 20:44:25 +0000 Subject: [PATCH] Bump psycopg2 from 2.9.10 to 2.9.11 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3357af0..dbb4bf4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ openreview_py==1.51.2 pandas==2.3.3 pdfminer==20191125 pdfminer_six==20250506 -psycopg2==2.9.10 +psycopg2==2.9.11 Requests==2.32.5 tqdm==4.67.1