From c92aa70a154afad92ce3f0049fb9f9f107db011f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 11:13:10 +0000 Subject: [PATCH] build: bump the python-dependencies group with 3 updates Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [pyright](https://github.com/RobertCraigie/pyright-python) and [pyinstaller](https://github.com/pyinstaller/pyinstaller) to permit the latest version. Updates `ruff` to 0.16.7 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.6...0.16.7) Updates `pyright` to 1.1.414 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.411...v1.1.414) Updates `pyinstaller` to 6.22.3 - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v6.22.2...v6.22.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.7 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: pyright dependency-version: 1.1.414 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: pyinstaller dependency-version: 6.22.3 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements-build.txt | 2 +- requirements-dev.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-build.txt b/requirements-build.txt index 884e4be..5de1a0d 100644 --- a/requirements-build.txt +++ b/requirements-build.txt @@ -1,5 +1,5 @@ -r requirements.txt -pyinstaller>=6.22.2,<7 +pyinstaller>=6.22.3,<7 # PyInstaller 会收集 setuptools;最低修复版本避免把已知漏洞带入发布环境。 setuptools>=84.0.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 50521ed..35cba48 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,5 +3,5 @@ pip-audit>=2.10.1,<3 pytest>=9.1.1,<10 pytest-qt>=4.5.0,<5 -ruff>=0.16.6,<0.17 -pyright>=1.1.411,<2 +ruff>=0.16.7,<0.17 +pyright>=1.1.414,<2