From 8e4e8e4584e1d53246f23e1f5f1a9efb01c3260c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 15:44:51 +0000 Subject: [PATCH] build(deps): bump psycopg from 3.3.4 to 3.3.5 in /backend Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.3.4 to 3.3.5. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.3.4...3.3.5) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 7a88e6e..b175c03 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -3,7 +3,7 @@ uvicorn[standard]==0.52.4 pydantic-settings==2.15.0 sqlmodel==0.0.42 alembic==1.19.1 -psycopg[binary]==3.3.4 +psycopg[binary]==3.3.5 bcrypt==5.0.0 python-jose[cryptography]==3.5.0 cryptography==50.0.1