From 71ab18dbc76271e027d62e39ea74f8102caddc82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:37:43 +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 acc6263..7ff3aab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,4 +35,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"