From e77a10a243575d28426ca5ac649e70e92820a6db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 20:09:39 +0000 Subject: [PATCH] fix: bump psycopg2-binary from 2.9.10 to 2.9.11 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 52fe5ad..e1aa0c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ requests==2.32.4 # Database Libraries: sqlalchemy==2.0.45 -psycopg2-binary==2.9.10 +psycopg2-binary==2.9.11 # Jupyter Notebook Libraries: jupyter==1.1.1