From f7df8a4b9d544fce53b94df3d6a51725cd7f483a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 15:37:41 +0000 Subject: [PATCH] Update pyqt5 requirement from >=5.15.0 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 93b18bc..ee9f0fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -PyQt5>=5.15.0 +PyQt5>=5.15.11