From 57568375c782026a1e5389322306900559a35072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 01:08:40 +0000 Subject: [PATCH] Build(deps): Bump the python-packages group across 2 directories with 1 update Bumps the python-packages group with 1 update in the / directory: [isort](https://github.com/PyCQA/isort). Bumps the python-packages group with 1 update in the /utils/cq directory: [isort](https://github.com/PyCQA/isort). Updates `isort` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyCQA/isort/compare/8.0.0...8.0.1) Updates `isort` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyCQA/isort/compare/8.0.0...8.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: isort dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- utils/cq/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/cq/requirements.txt b/utils/cq/requirements.txt index f0a62b75f78..ef9340fcb73 100644 --- a/utils/cq/requirements.txt +++ b/utils/cq/requirements.txt @@ -3,7 +3,7 @@ pyenchant ## flake8 6 removed --diff option which breaks flake precommit hook. ## https://github.com/pycqa/flake8/issues/1389 https://github.com/PyCQA/flake8/pull/1720 flake8==7.3.0 -isort==8.0.0 +isort==8.0.1 pylint==4.0.5 yamllint==1.38.0 codespell==2.4.1