From 77dd8d0d5e181d5dfbc0e394f30844741405aa43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:44:05 +0000 Subject: [PATCH] Bump django Bumps [django](https://github.com/django/django) from 4.1.6 to 4.1.13. - [Commits](https://github.com/django/django/compare/4.1.6...4.1.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../chapter_20/ex_20_3_live_blog/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dash/sample_code/python/makepythontalk/solution_files/chapter_20/ex_20_3_live_blog/requirements.txt b/dash/sample_code/python/makepythontalk/solution_files/chapter_20/ex_20_3_live_blog/requirements.txt index d667eb10..dbce9c84 100644 --- a/dash/sample_code/python/makepythontalk/solution_files/chapter_20/ex_20_3_live_blog/requirements.txt +++ b/dash/sample_code/python/makepythontalk/solution_files/chapter_20/ex_20_3_live_blog/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.6.0 -Django==4.1.6 +Django==4.1.13 django-bootstrap5==22.2 platformshconfig==2.4.0 sqlparse==0.4.3