From ea1927fbdd4a4337fd94d9c858e618edb7f8ed46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 22:41:28 +0000 Subject: [PATCH] :arrow_up: Update pythonnet requirement from ~=3.0.5 to ~=3.1.0 Updates the requirements on [pythonnet](https://github.com/pythonnet/pythonnet) to permit the latest version. - [Release notes](https://github.com/pythonnet/pythonnet/releases) - [Changelog](https://github.com/pythonnet/pythonnet/blob/master/CHANGELOG.md) - [Commits](https://github.com/pythonnet/pythonnet/compare/v3.0.5...v3.1.0) --- updated-dependencies: - dependency-name: pythonnet dependency-version: 3.1.0 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..381b345 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,5 +34,5 @@ pyamdgpuinfo~=2.1.6; sys_platform=="linux" and python_version <= "3.12" pyadl~=0.1; sys_platform=="win32" # Following packages are for LibreHardwareMonitor integration on Windows -pythonnet~=3.0.5; sys_platform=="win32" +pythonnet~=3.1.0; sys_platform=="win32" pywin32>=306; sys_platform=="win32"