From 401cb9119dcda9990d67e67f06b5abdce48a0383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 11:42:37 +0000 Subject: [PATCH] Bump django Bumps the minor-actions-dependencies group in /provisioning/www/webapp with 1 update: [django](https://github.com/django/django). Updates `django` from 5.2.15 to 5.2.16 - [Commits](https://github.com/django/django/compare/5.2.15...5.2.16) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.16 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 db64759..54a113d 100644 --- a/provisioning/www/webapp/requirements.txt +++ b/provisioning/www/webapp/requirements.txt @@ -1,4 +1,4 @@ -Django==5.2.15 +Django==5.2.16 psycopg2==2.9.12 gunicorn==26.0.0