From 42e256fc32c4927e8f01fd7671226e04b780483e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 04:58:20 +0000 Subject: [PATCH] Update pywin32 requirement from >=307 to >=312 Updates the requirements on [pywin32](https://github.com/mhammond/pywin32) to permit the latest version. - [Release notes](https://github.com/mhammond/pywin32/releases) - [Changelog](https://github.com/mhammond/pywin32/blob/main/CHANGES.md) - [Commits](https://github.com/mhammond/pywin32/commits) --- updated-dependencies: - dependency-name: pywin32 dependency-version: '312' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f38a3a3..b4c60cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pystray>=0.2.8 Pillow>=9.0.0 # Windows 依赖 -pywin32>=307; sys_platform == 'win32' +pywin32>=312; sys_platform == 'win32' # macOS 依赖 pyobjc-core>=10.0; sys_platform == 'darwin'