From ff600054428bd32ae016ae49c2c1ee64f44ca4e4 Mon Sep 17 00:00:00 2001 From: SergeantPanda Date: Fri, 10 Apr 2026 12:16:49 -0500 Subject: [PATCH] =?UTF-8?q?chore:=20Updated=20python=20packages.=20=20=20-?= =?UTF-8?q?=20`Django`=206.0.3=20=E2=86=92=206.0.4=20=20=20-=20`djangorest?= =?UTF-8?q?framework`=203.16.1=20=E2=86=92=203.17.1=20=20=20-=20`requests`?= =?UTF-8?q?=202.33.0=20=E2=86=92=202.33.1=20=20=20-=20`gevent`=2025.9.1=20?= =?UTF-8?q?=E2=86=92=2026.4.0=20=20=20-=20`rapidfuzz`=203.14.3=20=E2=86=92?= =?UTF-8?q?=203.14.5=20=20=20-=20`sentence-transformers`=205.3.0=20?= =?UTF-8?q?=E2=86=92=205.4.0=20=20=20-=20`lxml`=206.0.2=20=E2=86=92=206.0.?= =?UTF-8?q?3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0f2d7afd..11212f58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,34 +6,34 @@ license = "AGPL-3.0-only" requires-python = ">=3.13" dynamic = ["version"] dependencies = [ - "Django==6.0.3", + "Django==6.0.4", "psycopg2-binary==2.9.11", "celery[redis]==5.6.3", - "djangorestframework==3.16.1", - "requests==2.33.0", + "djangorestframework==3.17.1", + "requests==2.33.1", "psutil==7.2.2", "pillow", "drf-spectacular>=0.29.0", "streamlink", "python-vlc", "yt-dlp", - "gevent==25.9.1", + "gevent==26.4.0", "daphne", "uwsgi", "django-cors-headers", "djangorestframework-simplejwt", "m3u8", - "rapidfuzz==3.14.3", + "rapidfuzz==3.14.5", "regex", "tzlocal", "pytz", "torch==2.11.0+cpu", - "sentence-transformers==5.3.0", + "sentence-transformers==5.4.0", "channels", "channels-redis==4.3.0", "django-filter", "django-celery-beat>=2.9.0", - "lxml==6.0.2", + "lxml==6.0.3", "packaging", ]