From 1aa74c1bc825cb632dd01c9f9939a47797cf8599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 05:47:01 +0000 Subject: [PATCH] Update pyqt5-sip requirement from >=12.13 to >=12.18.0 in /src Updates the requirements on [pyqt5-sip](https://github.com/Python-SIP/sip) to permit the latest version. - [Changelog](https://github.com/Python-SIP/sip/blob/main/docs/releases.md) - [Commits](https://github.com/Python-SIP/sip/commits) --- updated-dependencies: - dependency-name: pyqt5-sip dependency-version: 12.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 28a2892..18be6df 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ platformdirs==4.5.1 PyQt5==5.15.11 -PyQt5_sip>=12.13 +PyQt5_sip>=12.18.0 QDarkStyle==3.2.3