From ccde801f81a9a410d2199ce46526a7084cfd1132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 13:50:37 +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.11 to 2.9.12 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.11...2.9.12) --- updated-dependencies: - dependency-name: psycopg2 dependency-version: 2.9.12 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 2dd51b8..a0c8ad7 100644 --- a/provisioning/www/webapp/requirements.txt +++ b/provisioning/www/webapp/requirements.txt @@ -1,4 +1,4 @@ Django==5.2.13 -psycopg2==2.9.11 +psycopg2==2.9.12 gunicorn==25.3.0