From 7e86ee6d600a47629943c83bfeae991674d00fef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 23:25:09 +0000 Subject: [PATCH] chore(deps): bump psycopg from 3.2.9 to 3.3.3 in /workers/analyzer Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.2.9 to 3.3.3. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.9...3.3.3) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.3.3 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..976f8e4 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.3