From 28facf70b5675341b4dc35890efb9c25e1821a40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:20:41 +0000 Subject: [PATCH] chore(deps): bump psycopg from 3.2.13 to 3.3.4 in /backend Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.2.13 to 3.3.4. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.13...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] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index e6b40a0..f5528f6 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "fastapi>=0.115.8", "uvicorn[standard]>=0.32.1,<1", "sqlalchemy>=2.0.46,<3", - "psycopg[binary]==3.2.13", + "psycopg[binary]==3.3.4", "pydantic>=2.11.0,<3", "pydantic-settings>=2.8.0,<3", "email-validator==2.2.0",