From 04766cb9f59be372e71b963f15d6d3e2309779cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 05:36:35 +0000 Subject: [PATCH] chore(deps): update pyqt5 requirement from >=5.15 to >=5.15.11 Updates the requirements on [pyqt5](https://www.riverbankcomputing.com/software/pyqt/) to permit the latest version. --- updated-dependencies: - dependency-name: pyqt5 dependency-version: 5.15.11 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 b9c3d38..a9e52ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -PyQt5 >= 5.15 +PyQt5 >= 5.15.11 pywin32 >= 311 psutil >= 7.2.2 \ No newline at end of file