From edd542f7a725941e0cf0d07bb4520ef4c401ba0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:37:46 +0000 Subject: [PATCH] Update pyside6 requirement from <7,>=6.6 to >=6.11.0,<7 Updates the requirements on [pyside6](https://pyside.org) to permit the latest version. --- updated-dependencies: - dependency-name: pyside6 dependency-version: 6.11.0 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 5620ef5..c43fc60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -PySide6>=6.6,<7 +PySide6>=6.11.0,<7