From 197ff22f70947661a12d63d1cbf16817fa958c18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 01:29:12 +0000 Subject: [PATCH] chore(deps): bump psycopg2-binary in /src/services/processor 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] --- src/services/processor/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/processor/requirements.txt b/src/services/processor/requirements.txt index c60c029..7669440 100644 --- a/src/services/processor/requirements.txt +++ b/src/services/processor/requirements.txt @@ -1,5 +1,5 @@ pika==1.3.2 -psycopg2-binary==2.9.9 +psycopg2-binary==2.9.11 jsonschema==4.20.0 prometheus-client==0.19.0