From a64c175008925768a53db3ffd21863b58b807ed6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 23:00:08 +0000 Subject: [PATCH] Bump django from 5.0.6 to 5.0.13 in /ch02-helloworld Bumps [django](https://github.com/django/django) from 5.0.6 to 5.0.13. - [Commits](https://github.com/django/django/compare/5.0.6...5.0.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ch02-helloworld/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch02-helloworld/requirements.txt b/ch02-helloworld/requirements.txt index 1c02a69..9d31c94 100644 --- a/ch02-helloworld/requirements.txt +++ b/ch02-helloworld/requirements.txt @@ -1,7 +1,7 @@ asgiref==3.8.1 black==24.4.2 click==8.1.7 -Django==5.0.6 +Django==5.0.13 mypy-extensions==1.0.0 packaging==24.1 pathspec==0.12.1