From b5b0b0597bbfbd962db92bd77aebc0f1009e9edf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 05:34:45 +0000 Subject: [PATCH] chore(deps): update pywin32 requirement from >=300 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 e0cae81..2088131 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ PyQt5 >= 5.15 -pywin32 >= 300 +pywin32 >= 311 psutil >= 5.8 \ No newline at end of file