From 715562d9c01a04f83b8a6aa8ac131d3db952b788 Mon Sep 17 00:00:00 2001 From: Flo Ha Date: Mon, 17 Nov 2025 19:57:18 +0000 Subject: [PATCH] Update dependency django to v5.2.8 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0bc973e..c984517 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -django==5.1.6 +django==5.2.8 gunicorn==23.0.0 psycopg2-binary==2.9.10