From d717e5221379ba4465afeece281e81589fe55b74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20H=C3=A1la?= Date: Fri, 1 Dec 2023 22:15:08 +0100 Subject: [PATCH] Upgrade django to 4.2.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eb8fdd4..9483cc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.9" -django = "==4.2.5" +django = "==4.2.7" django-bootstrap4 = "*" dj-datatables-view = "*" django-debug-toolbar = "*"