From 1364d3f5be6f7df8b91a52e40523c88afdc0bbfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:03:51 +0000 Subject: [PATCH] fix: bump django from 6.0 to 6.0.1 Bumps [django](https://github.com/django/django) from 6.0 to 6.0.1. - [Commits](https://github.com/django/django/compare/6.0...6.0.1) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1b39c60..7788bc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # Framework Web Application: streamlit==1.52.2 -Django==6.0 +Django==6.0.1 # Data Manipulation Libraries: