From bda8adad4a29c5101ed8c66fda922b24935d93fe Mon Sep 17 00:00:00 2001 From: Damir Dulic Date: Thu, 2 Apr 2026 20:57:46 +0100 Subject: [PATCH 1/2] fix: upgrade dependencies to address security vulnerabilities - Upgrade aiohttp from 3.13.3 to 3.13.4 (CVE-2026-34525, CVE-2026-34520, CVE-2026-34519) - Upgrade requests from 2.32.5 to 2.33.1 - Upgrade google-genai from 1.67.0 to 1.70.0 - Upgrade mcp from 1.26.0 to 1.27.0 - Upgrade mistralai from 2.0.0 to 2.2.0 - Upgrade Pillow from 12.1.1 to 12.2.0 - Upgrade numpy from 2.4.1 to 2.4.4 - Upgrade SQLAlchemy from 2.0.46 to 2.0.48 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index c3c9eec..5b2ae84 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,7 +8,7 @@ pytest-cov==7.0.0 pytest==9.0.2 ruff==0.15.6 -aiohttp==3.13.3 +aiohttp==3.13.4 mashumaro==3.20 aiohttp-remotes==1.3.0 google-genai==1.67.0 From e0b5a68180a99867994fe6f08576c7820aaf9c8c Mon Sep 17 00:00:00 2001 From: Damir Dulic Date: Thu, 2 Apr 2026 21:00:39 +0100 Subject: [PATCH 2/2] chore: bump version to 1.6.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 141f50c..f458de0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools>=77.0"] [project] name = "supernote" -version = "1.6.2" +version = "1.6.4" license = "Apache-2.0" license-files = ["LICENSE"] description = "All-in-one toolkit for Supernote devices: parse notebooks, self-host services, access services"