From 9457fd36b37b24a0d7f5ee6de051f721a2502cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 16:51:12 +0000 Subject: [PATCH] Bump django Bumps [django](https://github.com/django/django) from 4.1b1 to 4.1.13. - [Commits](https://github.com/django/django/commits/4.1.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../solution_files/chapter_20/ex_20_4_extended/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dash/sample_code/python/makepythontalk/solution_files/chapter_20/ex_20_4_extended/requirements.txt b/dash/sample_code/python/makepythontalk/solution_files/chapter_20/ex_20_4_extended/requirements.txt index 2b5b3e48..670a9373 100644 --- a/dash/sample_code/python/makepythontalk/solution_files/chapter_20/ex_20_4_extended/requirements.txt +++ b/dash/sample_code/python/makepythontalk/solution_files/chapter_20/ex_20_4_extended/requirements.txt @@ -1,6 +1,6 @@ asgiref==3.5.2 beautifulsoup4==4.11.1 -Django==4.1b1 +Django==4.1.13 django-bootstrap5==21.3 platformshconfig==2.4.0 soupsieve==2.3.2.post1