From aa6caae9910b9b4e3ab7710b3d825d51148cfe82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 11:42:36 +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.14 to 5.2.15 - [Commits](https://github.com/django/django/compare/5.2.14...5.2.15) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.15 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 6ae800e..db64759 100644 --- a/provisioning/www/webapp/requirements.txt +++ b/provisioning/www/webapp/requirements.txt @@ -1,4 +1,4 @@ -Django==5.2.14 +Django==5.2.15 psycopg2==2.9.12 gunicorn==26.0.0