From cd042043b8af02f5b858c753b7ebcb7f2f7ed838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 01:23:04 +0000 Subject: [PATCH] chore(deps): bump psycopg2-binary from 2.9.12 to 2.9.13 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 +- worker_plan_database/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/worker_plan_database/requirements.txt b/worker_plan_database/requirements.txt index eaca4af7..94645923 100644 --- a/worker_plan_database/requirements.txt +++ b/worker_plan_database/requirements.txt @@ -1,5 +1,5 @@ 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