From 62af80716df9f361f7488e2f0e14625aaf665b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 02:36:16 +0000 Subject: [PATCH] chore(deps): update psycopg[binary] requirement in /backend Updates the requirements on [psycopg[binary]](https://github.com/psycopg/psycopg) to permit the latest version. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.0...3.3.4) --- updated-dependencies: - dependency-name: psycopg[binary] dependency-version: 3.3.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- backend/uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index b61c65b..be0bec3 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "django-environ>=0.12,<1", "django-filter>=25,<26", "djangorestframework>=3.16,<4", - "psycopg[binary]>=3.2,<4", + "psycopg[binary]>=3.3.4,<4", ] [project.scripts] diff --git a/backend/uv.lock b/backend/uv.lock index b59f457..c625be9 100644 --- a/backend/uv.lock +++ b/backend/uv.lock @@ -86,7 +86,7 @@ requires-dist = [ { name = "django-environ", specifier = ">=0.12,<1" }, { name = "django-filter", specifier = ">=25,<26" }, { name = "djangorestframework", specifier = ">=3.16,<4" }, - { name = "psycopg", extras = ["binary"], specifier = ">=3.2,<4" }, + { name = "psycopg", extras = ["binary"], specifier = ">=3.3.4,<4" }, ] [package.metadata.requires-dev]