From 0b0ef9114b44e3723ddd480399df5ddf2ab91062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:29:31 +0000 Subject: [PATCH] Bump django from 5.0.6 to 5.0.9 in /ch03-personal Bumps [django](https://github.com/django/django) from 5.0.6 to 5.0.9. - [Commits](https://github.com/django/django/compare/5.0.6...5.0.9) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ch03-personal/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch03-personal/requirements.txt b/ch03-personal/requirements.txt index 1c02a69..d344289 100644 --- a/ch03-personal/requirements.txt +++ b/ch03-personal/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.9 mypy-extensions==1.0.0 packaging==24.1 pathspec==0.12.1