From 6368276cab6f25595dd99d0786b9f67f91be4476 Mon Sep 17 00:00:00 2001 From: Martin Tobias Degner Date: Wed, 23 Oct 2024 10:17:50 +0200 Subject: [PATCH] updated django to 5.0.9 --- webcentral/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcentral/pyproject.toml b/webcentral/pyproject.toml index 16f0f37b..395a0867 100644 --- a/webcentral/pyproject.toml +++ b/webcentral/pyproject.toml @@ -42,7 +42,7 @@ classifiers = [ dependencies = [ "channels==4.0.0", "dash==2.9.3", - "Django==5.0.6", + "Django==5.0.9", "django-plotly-dash==2.3.1", "numpy==1.24.3", "pandas==2.2.2",