From b39fc96c0085e7dc884bec2a062a1d1d2bd6ca10 Mon Sep 17 00:00:00 2001 From: kit rio Date: Sat, 8 Nov 2025 03:14:15 +0900 Subject: [PATCH] [python] Django gnuicorn,gevent update --- frameworks/Python/django/requirements-gunicorn.txt | 6 +++--- frameworks/Python/django/requirements.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frameworks/Python/django/requirements-gunicorn.txt b/frameworks/Python/django/requirements-gunicorn.txt index 7ec2e47c136..39310e829b7 100644 --- a/frameworks/Python/django/requirements-gunicorn.txt +++ b/frameworks/Python/django/requirements-gunicorn.txt @@ -1,4 +1,4 @@ -r requirements.txt -greenlet==3.1.1 -gunicorn==21.2.0 -gevent==24.10.2 \ No newline at end of file +greenlet==3.2.4 +gunicorn==23.0.0 +gevent==25.9.1 \ No newline at end of file diff --git a/frameworks/Python/django/requirements.txt b/frameworks/Python/django/requirements.txt index c7765c2c549..26b4e79ca0d 100644 --- a/frameworks/Python/django/requirements.txt +++ b/frameworks/Python/django/requirements.txt @@ -1,5 +1,5 @@ Django==3.2.25 mysqlclient==2.2.6 psycopg2==2.9.9; implementation_name=='cpython' -pytz==2023.2 -ujson==5.8.0 +pytz==2024.1 +ujson==5.10.0