From f206a2c3dcef5baa338c5b8cb53f070e340e2a5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 05:08:20 +0000 Subject: [PATCH] chore(deps): update pywin32 requirement from >=311 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 a9e52ed..657fde7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ PyQt5 >= 5.15.11 -pywin32 >= 311 +pywin32 >= 312 psutil >= 7.2.2 \ No newline at end of file