From 19029d9f1869b667a50bf1c48df1242881b959a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 07:20:08 +0000 Subject: [PATCH] chore(deps): update pywin32 requirement from >=310 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 82d89e5..6799939 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ httpx2>=2.0.0 python-dotenv>=1.0.0 tzdata>=2024.1 Pillow>=11.0.0 -pywin32>=310; sys_platform == "win32" +pywin32>=312; sys_platform == "win32" pywinauto==0.6.9; sys_platform == "win32" winrt-runtime>=3.2; sys_platform == "win32" winrt-Windows.Foundation>=3.2; sys_platform == "win32"