From 529fbfb6ba16d7ab08ddb4a47869daac7adb938d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 05:20:33 +0000 Subject: [PATCH] Update pyqt6 requirement from ~=6.6.1 to ~=6.7.0 Updates the requirements on [pyqt6](https://www.riverbankcomputing.com/software/pyqt/) to permit the latest version. --- updated-dependencies: - dependency-name: pyqt6 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 7dd6256..04bceb5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -PyQt6~=6.6.1 +PyQt6~=6.7.0 PyQt6-sip~=13.6.0