From f28f450a3a3dc522ad4c21e75f27113428f0bf85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 19:26:09 +0000 Subject: [PATCH] chore(deps): bump psycopg2-binary in /monitoring_flask_backend Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.9 to 2.9.11. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.9...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] --- monitoring_flask_backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring_flask_backend/requirements.txt b/monitoring_flask_backend/requirements.txt index 5bf25e1..a69209d 100644 --- a/monitoring_flask_backend/requirements.txt +++ b/monitoring_flask_backend/requirements.txt @@ -6,4 +6,4 @@ requests==2.32.4 pytest==8.3.4 requests-aws4auth==1.2.3 boto3==1.34.69 -psycopg2-binary==2.9.9 +psycopg2-binary==2.9.11