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