From 62345f1a06bf3a340f92715c329d5f91174b886c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 18:29:29 +0000 Subject: [PATCH] fix: bump django from 5.2.8 to 6.0 Bumps [django](https://github.com/django/django) from 5.2.8 to 6.0. - [Commits](https://github.com/django/django/compare/5.2.8...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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8d058ad..fe55440 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # Framework Web Application: streamlit==1.51.0 -Django==5.2.8 +Django==6.0 # Data Manipulation Libraries: