From 85dfdd5d44973005d561cb5f7d8bab15bd0a4b60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 16:23:47 +0000 Subject: [PATCH] deps(deps): bump scikit-image from 0.24.0 to 0.26.0 Bumps [scikit-image](https://github.com/scikit-image/scikit-image) from 0.24.0 to 0.26.0. - [Release notes](https://github.com/scikit-image/scikit-image/releases) - [Changelog](https://github.com/scikit-image/scikit-image/blob/main/RELEASE.txt) - [Commits](https://github.com/scikit-image/scikit-image/compare/v0.24.0...v0.26.0) --- updated-dependencies: - dependency-name: scikit-image dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../requirements.txt" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/04-\351\205\215\347\275\256\346\226\207\344\273\266/requirements.txt" "b/04-\351\205\215\347\275\256\346\226\207\344\273\266/requirements.txt" index 3d9e933..30dfcd4 100644 --- "a/04-\351\205\215\347\275\256\346\226\207\344\273\266/requirements.txt" +++ "b/04-\351\205\215\347\275\256\346\226\207\344\273\266/requirements.txt" @@ -83,7 +83,7 @@ psutil==5.9.6 # [稳定层] 进程性能采集 # ===== [可选] 视觉/游戏(12-视觉游戏测试)===== # airtest==1.4.3 # [可选 · 需手动装] airtest 1.4.x 仍硬 pin mss==6.1.0 + numpy<2.0 + opencv-contrib<=4.6.0.66,与本仓 mss>=7.0.1 / numpy 2.x / opencv-python 4.13 全冲突。需自维隔离 venv 安装。 opencv-python==4.13.0.92 # [可选] 图像处理 -scikit-image==0.24.0 # [可选] SSIM 视觉对比 (Py 3.12 原生支持, 0.22→0.24 修跨包 numpy 冲突) +scikit-image==0.26.0 # [可选] SSIM 视觉对比 (Py 3.12 原生支持, 0.22→0.24 修跨包 numpy 冲突) imagehash==4.3.2 # [可选] 感知哈希 (4.3.1→4.3.2 修小 CVE) pytesseract==0.3.10 # [可选] OCR(外部需装 tesseract 二进制) Pillow==12.2.0 # [可选] 图像(11→12.2 修 CVE-2026-25990 PSD heap overflow/FITS GZIP bomb/font integer overflow 等 5 个 high+moderate)