From 7fe4f600071039ffa80031c2cf9007856296a7dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 01:05:07 +0000 Subject: [PATCH] chore(deps): bump psycopg from 3.2.9 to 3.3.3 in /apps/api 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] --- apps/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/requirements.txt b/apps/api/requirements.txt index fde65d3..c1d91ed 100644 --- a/apps/api/requirements.txt +++ b/apps/api/requirements.txt @@ -3,5 +3,5 @@ uvicorn[standard]==0.35.0 pydantic==2.11.7 redis==6.4.0 python-multipart==0.0.22 -psycopg[binary]==3.2.9 +psycopg[binary]==3.3.3 reportlab==4.4.3