From 4a1b8d6c25f6d5e6988cbb703a3596152d85bf50 Mon Sep 17 00:00:00 2001 From: Tomasz Gromadzki Date: Mon, 14 Jul 2025 19:19:04 +0200 Subject: [PATCH 1/2] Placeholder for new workflow Signed-off-by: Tomasz Gromadzki Reset master Signed-off-by: Tomasz Gromadzki --- .github/workflows/dependabot2jira.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/dependabot2jira.yml diff --git a/.github/workflows/dependabot2jira.yml b/.github/workflows/dependabot2jira.yml new file mode 100644 index 00000000000..2d58bae2c50 --- /dev/null +++ b/.github/workflows/dependabot2jira.yml @@ -0,0 +1,15 @@ +name: Dependabot Jira ticket +# This workflow is triggered to create a Jira ticket for every new dependabot PR + +permissions: {} + +on: + push: + pull_request: + types: [opened] + +jobs: + run-if-dependabot: + # Remove "|| github.actor == 'grom72'" before merge + if: github.actor == 'dependabot' || github.actor == 'grom72' + runs-on: ubuntu-latest From 82adbe1470e470cc46e5e8ade78f0b6f51515e2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 15:29:46 +0000 Subject: [PATCH 2/2] Build(deps): Bump the python-packages group across 2 directories with 3 updates Bumps the python-packages group with 3 updates in the / directory: [isort](https://github.com/PyCQA/isort), [pylint](https://github.com/pylint-dev/pylint) and [yamllint](https://github.com/adrienverge/yamllint). Bumps the python-packages group with 3 updates in the /utils/cq directory: [isort](https://github.com/PyCQA/isort), [pylint](https://github.com/pylint-dev/pylint) and [yamllint](https://github.com/adrienverge/yamllint). Updates `isort` from 6.0.1 to 7.0.0 - [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/6.0.1...7.0.0) Updates `pylint` from 3.3.7 to 4.0.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.7...v4.0.4) Updates `yamllint` from 1.37.1 to 1.38.0 - [Release notes](https://github.com/adrienverge/yamllint/releases) - [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst) - [Commits](https://github.com/adrienverge/yamllint/compare/v1.37.1...v1.38.0) Updates `isort` from 6.0.1 to 7.0.0 - [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/6.0.1...7.0.0) Updates `pylint` from 3.3.7 to 4.0.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.7...v4.0.4) Updates `yamllint` from 1.37.1 to 1.38.0 - [Release notes](https://github.com/adrienverge/yamllint/releases) - [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst) - [Commits](https://github.com/adrienverge/yamllint/compare/v1.37.1...v1.38.0) Updates `isort` from 6.0.1 to 7.0.0 - [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/6.0.1...7.0.0) Updates `pylint` from 3.3.7 to 4.0.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.7...v4.0.4) Updates `yamllint` from 1.37.1 to 1.38.0 - [Release notes](https://github.com/adrienverge/yamllint/releases) - [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst) - [Commits](https://github.com/adrienverge/yamllint/compare/v1.37.1...v1.38.0) Updates `isort` from 6.0.1 to 7.0.0 - [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/6.0.1...7.0.0) Updates `pylint` from 3.3.7 to 4.0.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.7...v4.0.4) Updates `yamllint` from 1.37.1 to 1.38.0 - [Release notes](https://github.com/adrienverge/yamllint/releases) - [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst) - [Commits](https://github.com/adrienverge/yamllint/compare/v1.37.1...v1.38.0) --- updated-dependencies: - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: pylint dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: yamllint dependency-version: 1.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: pylint dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: yamllint dependency-version: 1.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: pylint dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: yamllint dependency-version: 1.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: isort dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: pylint dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: yamllint dependency-version: 1.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- utils/cq/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/cq/requirements.txt b/utils/cq/requirements.txt index dda239f075d..079145ab4f3 100644 --- a/utils/cq/requirements.txt +++ b/utils/cq/requirements.txt @@ -3,9 +3,9 @@ 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==6.0.1 -pylint==3.3.7 -yamllint==1.37.1 +isort==7.0.0 +pylint==4.0.4 +yamllint==1.38.0 codespell==2.4.1 # Used by ci/jira_query.py which pip installs it standalone. jira