From 568e8372231f3497b67f995dd9eb90a18f95a905 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 18:28:53 +0000 Subject: [PATCH] fix: bump django from 5.1.7 to 5.2.7 Bumps [django](https://github.com/django/django) from 5.1.7 to 5.2.7. - [Commits](https://github.com/django/django/compare/5.1.7...5.2.7) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 469ecb5..c866d02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # Framework Web Application: streamlit==1.50.0 -Django==5.1.7 +Django==5.2.7 # Data Manipulation Libraries: