From e6cd236f63b187df2678d55f015c4cc3da3842b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 19:19:22 +0000 Subject: [PATCH] Bump django from 3.1.13 to 6.0.3 in /django/hello-world Bumps [django](https://github.com/django/django) from 3.1.13 to 6.0.3. - [Commits](https://github.com/django/django/compare/3.1.13...6.0.3) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- django/hello-world/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/hello-world/requirements.txt b/django/hello-world/requirements.txt index fd4303a..963951d 100644 --- a/django/hello-world/requirements.txt +++ b/django/hello-world/requirements.txt @@ -1,2 +1,2 @@ -Django==4.2.29 +Django==6.0.3 whitenoise==6.12.0 \ No newline at end of file