From b58cb76fb4006e43647279d6b4ee346edb633cdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 15:51:49 +0000 Subject: [PATCH] chore(deps): update pyqt6 requirement from ~=6.8.1 to ~=6.10.0 Updates the requirements on [pyqt6](https://www.riverbankcomputing.com/software/pyqt/) to permit the latest version. --- updated-dependencies: - dependency-name: pyqt6 dependency-version: 6.10.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 f4ae73f..a5f888f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -PyQt6~=6.8.1 +PyQt6~=6.10.0 pydantic~=2.11.9 fluent.syntax~=0.19.0 loguru~=0.7.3 \ No newline at end of file