From bfa94e7a106daee367dc7b70310f335f2327f2ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:45:26 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.9 to 2.9.10 in /backend Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.9 to 2.9.10. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.9...2.9.10) --- updated-dependencies: - dependency-name: psycopg2-binary 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 ff5b22d..8115c8b 100644 --- a/backend/src/requirements_docker.txt +++ b/backend/src/requirements_docker.txt @@ -1,7 +1,7 @@ ariadne==0.21 fastapi==0.109.2 httpx==0.26.0 -psycopg2-binary==2.9.9 +psycopg2-binary==2.9.10 pydantic==2.5.3 python-multipart==0.0.7 python-jose==3.3.0