From 9ef960edb27430c5ba79e1f0d9b194f2596e1cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 11:01:01 +0000 Subject: [PATCH] Bump django from 5.2.9 to 6.0 in /provisioning/www/webapp Bumps [django](https://github.com/django/django) from 5.2.9 to 6.0. - [Commits](https://github.com/django/django/compare/5.2.9...6.0) --- updated-dependencies: - dependency-name: django dependency-version: '6.0' dependency-type: direct:production update-type: version-update:semver-major ... 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..5fe5f2a 100644 --- a/provisioning/www/webapp/requirements.txt +++ b/provisioning/www/webapp/requirements.txt @@ -1,4 +1,4 @@ -Django==5.2.9 +Django==6.0 psycopg2==2.9.11 gunicorn==23.0.0