From 7b85a22c91b56e5b60535ccf5bd9b2ec6ffb51b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 19:27:04 +0000 Subject: [PATCH] Bump django from 5.0.7 to 5.0.8 in /myproject Bumps [django](https://github.com/django/django) from 5.0.7 to 5.0.8. - [Commits](https://github.com/django/django/compare/5.0.7...5.0.8) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- myproject/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myproject/requirements.txt b/myproject/requirements.txt index 3690e2d..d352788 100644 --- a/myproject/requirements.txt +++ b/myproject/requirements.txt @@ -2,7 +2,7 @@ asgiref==3.7.2 beautifulsoup4==4.12.3 certifi==2024.7.4 charset-normalizer==3.3.2 -Django==5.0.7 +Django==5.0.8 django-bootstrap5==23.4 idna==3.7 python-dotenv==1.0.1