From f20796e1d7ca59d126ccf0b52d9a4ebc1367e413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:18:17 +0100 Subject: [PATCH] Bump psycopg2 from 2.9.9 to 2.9.10 in /server (#263) Bumps [psycopg2](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/commits) --- updated-dependencies: - dependency-name: psycopg2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index f4b01a46..50a428cc 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -34,7 +34,7 @@ tqdm==4.66.* websockets==13.* # deploy -psycopg2==2.9.9 +psycopg2==2.9.10 gunicorn==23.0.0 uvicorn[standard]==0.30.6