From 0902ccf6b26650ce4d53483d36c9acf286ec1ff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 14:27:18 +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.9 to 5.2.10 - [Commits](https://github.com/django/django/compare/5.2.9...5.2.10) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.10 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 00bec23..64dc2b5 100644 --- a/provisioning/www/webapp/requirements.txt +++ b/provisioning/www/webapp/requirements.txt @@ -1,4 +1,4 @@ -Django==5.2.9 +Django==5.2.10 psycopg2==2.9.11 gunicorn==23.0.0