From a2065fb7aa6d702f1f0dada5af47a453664aaac5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:25:01 +0000 Subject: [PATCH] build(deps): bump django from 4.2.11 to 4.2.16 Bumps [django](https://github.com/django/django) from 4.2.11 to 4.2.16. - [Commits](https://github.com/django/django/compare/4.2.11...4.2.16) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 614ed9f..e9d45f9 100644 --- a/Pipfile +++ b/Pipfile @@ -16,7 +16,7 @@ coverage = "==7.3.2" cssbeautifier = "==1.14.9" dill = "==0.3.7" distlib = "==0.3.7" -django = "==4.2.11" +django = "==4.2.16" django-debug-toolbar = "==4.2.0" djlint = "==1.34.0" docutils = "==0.18.1"