From 60ee92f3c7fd451aed5ed3106f89fcb0fa1aeaeb Mon Sep 17 00:00:00 2001 From: "G.Allegri" Date: Thu, 11 Jun 2026 15:56:00 +0200 Subject: [PATCH] bump django from 5.2.12 to 5.2.15 --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 99336084472..127e6ed55a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Pillow==12.1.1 lxml==5.2.1 psycopg2==2.9.12 -Django==5.2.12 +Django==5.2.15 # Other beautifulsoup4==4.12.3 diff --git a/setup.cfg b/setup.cfg index b72c95d5c48..4e9c06a54d8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ install_requires = Pillow==12.1.1 lxml==5.2.1 psycopg2==2.9.12 - Django==5.2.12 + Django==5.2.15 # Other beautifulsoup4==4.12.3