From 7281a4e733ee2f67ee69eaf14d0a301e26133c6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 06:46:54 +0000 Subject: [PATCH] Update dependency Django to ^3.2.14 [SECURITY] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 18a56721..f65a43cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ typing_extensions = ">=3.7,<5.0" six = "^1.14" [tool.poetry.dev-dependencies] -Django = {version = "^4.0.0"} +Django = {version = "^3.2.14"} check-manifest = {version = "^0.48", python = "^3.6"} bump2version = {version = "^1.0.0", python = "^3.6"} git-changelog = {version = "^1.0.0", python = "^3.6.2"}