From 5d1083e77583083cb52efa49f3acdff94f48be94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:35:18 +0000 Subject: [PATCH] Bump django from 5.0.8 to 5.0.9 in /django Bumps [django](https://github.com/django/django) from 5.0.8 to 5.0.9. - [Commits](https://github.com/django/django/compare/5.0.8...5.0.9) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/requirements.txt b/django/requirements.txt index 5c12b7f..e7963ee 100644 --- a/django/requirements.txt +++ b/django/requirements.txt @@ -10,7 +10,7 @@ asttokens==2.4.1 # via stack-data decorator==5.1.1 # via ipython -django==5.0.8 +django==5.0.9 # via # -r requirements.in # django-bootstrap5