From 9e48f5d96fcdfa6139073549aec052b270afe984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 11:42:37 +0000 Subject: [PATCH] Bump django from 5.2.16 to 6.1 in /provisioning/www/webapp Bumps [django](https://github.com/django/django) from 5.2.16 to 6.1. - [Commits](https://github.com/django/django/compare/5.2.16...6.1) --- updated-dependencies: - dependency-name: django dependency-version: '6.1' 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 54a113d..6aa60a0 100644 --- a/provisioning/www/webapp/requirements.txt +++ b/provisioning/www/webapp/requirements.txt @@ -1,4 +1,4 @@ -Django==5.2.16 +Django==6.1 psycopg2==2.9.12 gunicorn==26.0.0