From 7afb550bfb0b39bfe26b51ba3330e27fe1717e0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 21:04:56 +0000 Subject: [PATCH] :arrow_up: Update pywin32 requirement from >=306 to >=311 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: '311' 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 02788be1..8d6f22b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,4 +40,4 @@ pyadl~=0.1; sys_platform=="win32" # Following packages are for LibreHardwareMonitor integration on Windows pythonnet~=3.0.5; sys_platform=="win32" -pywin32>=306; sys_platform=="win32" +pywin32>=311; sys_platform=="win32"