From 8a17706e44a6a786f555a84e5ad7051b1bcbcd37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 00:53:58 +0100 Subject: [PATCH] Bump django from 5.0.4 to 5.0.7 (#13) Bumps [django](https://github.com/django/django) from 5.0.4 to 5.0.7. - [Commits](https://github.com/django/django/compare/5.0.4...5.0.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 390c3d5..98c3856 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ distro==1.9.0 # via openai dj-database-url==2.1.0 # via -r requirements.in -django==5.0.4 +django==5.0.7 # via # -r requirements.in # crispy-bootstrap5