From 3e49562eeefae382170378bed0caae7236cb595d Mon Sep 17 00:00:00 2001 From: Xiaokang2022 <2951256653@qq.com> Date: Sun, 19 Jan 2025 09:19:56 +0800 Subject: [PATCH] chore: Update dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c31f5565..60247b43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ opt = [ "darkdetect==0.8.0", "darkdetect[macos-listener]==0.8.0; platform_system == 'Darwin'", "pywinstyles==1.8; platform_system == 'Windows'", - "hPyT==1.3.7; platform_system == 'Windows'", + "hPyT==1.4.0; platform_system == 'Windows'", "win32material==1.0.7; platform_system == 'Windows'", "pillow>=10.0.0", ]