From ea40cef1ab2adfe6105a48b1a7870098a7c771e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 19:55:10 +0000 Subject: [PATCH] fix: bump django from 6.0.2 to 6.0.3 Bumps [django](https://github.com/django/django) from 6.0.2 to 6.0.3. - [Commits](https://github.com/django/django/compare/6.0.2...6.0.3) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.3 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 20a4301..5b503a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # Framework Web Application: streamlit==1.54.0 -Django==6.0.2 +Django==6.0.3 # Data Manipulation Libraries: