From 05497c20a2b018f61253aa4ffac5cdbe08a908b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 01:23:13 +0000 Subject: [PATCH] chore(deps): bump psycopg2-binary from 2.9.12 to 2.9.13 in /mcp_cloud Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.12 to 2.9.13. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.12...2.9.13) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-version: 2.9.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- mcp_cloud/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp_cloud/requirements.txt b/mcp_cloud/requirements.txt index 548a3432..bc6b4833 100644 --- a/mcp_cloud/requirements.txt +++ b/mcp_cloud/requirements.txt @@ -1,7 +1,7 @@ mcp==2.1.1 Flask==3.1.3 flask-sqlalchemy==3.1.1 -psycopg2-binary==2.9.12 +psycopg2-binary==2.9.13 python-dotenv==1.2.3 sqlalchemy-utils==0.42.1 pydantic==2.13.5