From f2cb220a6f5dc5f0cf4a07a49d72c6fd754306f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 07:29:19 +0000 Subject: [PATCH] chore(deps): bump psycopg from 3.2.9 to 3.3.4 in /workers/analyzer Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.2.9 to 3.3.4. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.9...3.3.4) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.3.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- workers/analyzer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workers/analyzer/requirements.txt b/workers/analyzer/requirements.txt index 988334b..ca40d67 100644 --- a/workers/analyzer/requirements.txt +++ b/workers/analyzer/requirements.txt @@ -1,3 +1,3 @@ redis==6.4.0 pydantic==2.11.7 -psycopg[binary]==3.2.9 +psycopg[binary]==3.3.4