From bbe62351fa27e53bc88d9faf949b20b66fbdd5de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 11:47:53 +0000 Subject: [PATCH] Bump psycopg2 Bumps the minor-actions-dependencies group in /provisioning/www/webapp with 1 update: [psycopg2](https://github.com/psycopg/psycopg2). Updates `psycopg2` from 2.9.10 to 2.9.11 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.10...2.9.11) --- updated-dependencies: - dependency-name: psycopg2 dependency-version: 2.9.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-actions-dependencies ... Signed-off-by: dependabot[bot] --- provisioning/www/webapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provisioning/www/webapp/requirements.txt b/provisioning/www/webapp/requirements.txt index d4b58f4..868e63e 100644 --- a/provisioning/www/webapp/requirements.txt +++ b/provisioning/www/webapp/requirements.txt @@ -1,4 +1,4 @@ Django==5.2.7 -psycopg2==2.9.10 +psycopg2==2.9.11 gunicorn==23.0.0