From 2b99191606544689167b1493f0add925bf25aa57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 19:44:11 +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 8640135..bd0bd51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ requests==2.32.5 # Database Libraries: sqlalchemy==2.0.43 -psycopg2-binary==2.9.10 +psycopg2-binary==2.9.11 # Jupyter Notebook Libraries: jupyter==1.1.1