From ecfa99eaeb015f933ffe75b8e98ed0526d75eea7 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Wed, 15 Jan 2025 13:07:03 +0100 Subject: [PATCH] fix: bump django to fix cve --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1d1b879..305144a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # DEFAULT LIBS -Django==5.1.4 +Django==5.1.5 pytz==2023.3.post1 python-dotenv==1.0.0 psycopg2-binary==2.9.9