From 0365e6a7d4c45937f2d9e1b099e91e95780f7e44 Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Tue, 24 Dec 2024 15:49:37 +0100 Subject: [PATCH] :arrow_up: [#93] Several security updates for dependencies * django to 4.2.17 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b280507..204fee0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] requires-python = ">=3.9" dependencies = [ - "django>=4.2.14,<5.0.0", + "django>=4.2.17,<5.0.0", "django-axes>=6.5.1", "django-cors-headers>=4.4.0", "django-markup>=1.8.1",