From c413854748a16f880c337cc42cb5a662c771e60c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 09:22:17 +0000 Subject: [PATCH] build(deps): bump pyqt5 from 5.15.9 to 5.15.11 Bumps [pyqt5](https://www.riverbankcomputing.com/software/pyqt/) from 5.15.9 to 5.15.11. --- updated-dependencies: - dependency-name: pyqt5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0fcfcabf00..06b3920d82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # note: 日后有需求可以改写成 基于pip-compile-multi 来管理依赖,可以在手动维护各个环境的直接依赖的基础上,同时自动生成对应环境的所有间接依赖的固定版本列表,确保可重现 -r requirements_z_base.txt -PyQt5==5.15.9 +PyQt5==5.15.11 PyQt5-stubs==5.15.6.0 # note: 这个版本就固定在 305 了,因为 306 打包的版本,在部分人的电脑上会报 dll load failed while importing win32api 而无法打开 pywin32==305