From e91dc1f830789b1d17486edc3bb37cceec82ebc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 13:46:27 +0000 Subject: [PATCH] build(deps): bump psycopg from 3.2.3 to 3.3.4 in /apps/api-server Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.2.3 to 3.3.4. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.3...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] --- apps/api-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api-server/requirements.txt b/apps/api-server/requirements.txt index 1e35368..a93a706 100644 --- a/apps/api-server/requirements.txt +++ b/apps/api-server/requirements.txt @@ -4,7 +4,7 @@ pydantic==2.9.2 pydantic-settings==2.5.2 sqlalchemy==2.0.35 greenlet==3.1.1 -psycopg[binary]==3.2.3 +psycopg[binary]==3.3.4 httpx==0.27.2 redis==5.0.8 celery==5.4.0