From a7a9e69b7952aebeca451e3f84210df434a7931b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:04:22 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.12 to 2.9.13 in /backend Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.12 to 2.9.13. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.12...2.9.13) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-version: 2.9.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/src/requirements_docker.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/requirements_docker.txt b/backend/src/requirements_docker.txt index 80d3faf..e472891 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -6,7 +6,7 @@ flake8==7.3.0 httpx==0.28.1 isort==8.0.1 mypy==1.14.1 -psycopg2-binary==2.9.12 +psycopg2-binary==2.9.13 pydantic==2.13.5 pytest==9.1.1 pytest-asyncio==1.4.0