diff --git a/requirements.txt b/requirements.txt index 6ffeae2f114..490a97b0eb1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Pillow==11.3.0 lxml==5.2.1 psycopg2==2.9.9 -Django==5.2.8 +Django==5.2.9 # Other beautifulsoup4==4.12.3 diff --git a/setup.cfg b/setup.cfg index cd6241fdf1b..a3de17948e9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ install_requires = Pillow==11.3.0 lxml==5.2.1 psycopg2==2.9.9 - Django==5.2.8 + Django==5.2.9 # Other beautifulsoup4==4.12.3