From f5455d48c438c0eaa7c7c8d920c0b32323f72707 Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Mon, 5 Jan 2026 19:34:25 +0100 Subject: [PATCH] Chore: dup bump for NPM and PIP (#20386) * Update pyproject.toml * Update aiohttp version to 3.13.3 * Update aiohttp version to 3.13.3 * Update pyproject.toml * Update requirements.txt * Update package.json --- backend/requirements-min.txt | 2 +- backend/requirements.txt | 6 +++--- package.json | 4 ++-- pyproject.toml | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/backend/requirements-min.txt b/backend/requirements-min.txt index 115d1bc92..45639dd1d 100644 --- a/backend/requirements-min.txt +++ b/backend/requirements-min.txt @@ -16,7 +16,7 @@ PyJWT[crypto]==2.10.1 authlib==1.6.6 requests==2.32.5 -aiohttp==3.13.2 +aiohttp==3.13.3 async-timeout aiocache aiofiles diff --git a/backend/requirements.txt b/backend/requirements.txt index 3369e68ed..05ad5c475 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -13,7 +13,7 @@ PyJWT[crypto]==2.10.1 authlib==1.6.6 requests==2.32.5 -aiohttp==3.13.2 +aiohttp==3.13.3 async-timeout aiocache aiofiles @@ -81,7 +81,7 @@ psutil sentencepiece soundfile==0.13.1 -pillow==12.0.0 +pillow==12.1.0 opencv-python-headless==4.12.0.88 rapidocr-onnxruntime==1.4.4 rank-bm25==0.2.2 @@ -115,7 +115,7 @@ psycopg2-binary==2.9.11 pgvector==0.4.2 PyMySQL==1.1.2 -boto3==1.42.19 +boto3==1.42.21 pymilvus==2.6.6 qdrant-client==1.16.2 diff --git a/package.json b/package.json index 3564f7979..5b0054552 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "tailwindcss": "^4.0.0", "tslib": "^2.4.1", "typescript": "^5.5.4", - "vite": "^5.4.14", + "vite": "^5.4.21", "vitest": "^1.6.1" }, "type": "module", @@ -106,7 +106,7 @@ "i18next-resources-to-backend": "^1.2.0", "idb": "^7.1.1", "js-sha256": "^0.10.1", - "jspdf": "^3.0.0", + "jspdf": "^4.0.0", "katex": "^0.16.22", "kokoro-js": "^1.1.1", "leaflet": "^1.9.4", diff --git a/pyproject.toml b/pyproject.toml index a397ebe70..09b0045e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "authlib==1.6.6", "requests==2.32.5", - "aiohttp==3.13.2", + "aiohttp==3.13.3", "async-timeout", "aiocache", "aiofiles", @@ -60,7 +60,7 @@ dependencies = [ "chromadb==1.4.0", "opensearch-py==3.1.0", "PyMySQL==1.1.2", - "boto3==1.42.19", + "boto3==1.42.21", "transformers==4.57.3", "sentence-transformers==5.2.0", @@ -90,7 +90,7 @@ dependencies = [ "soundfile==0.13.1", "azure-ai-documentintelligence==1.0.2", - "pillow==12.0.0", + "pillow==12.1.0", "opencv-python-headless==4.12.0.88", "rapidocr-onnxruntime==1.4.4", "rank-bm25==0.2.2",