From 60e064d22b6e977e1d633a90414ea5da65a997da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 01:34:03 +0000 Subject: [PATCH 1/2] Bump the python-packages group across 1 directory with 6 updates Bumps the python-packages group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [avocado-framework](https://github.com/avocado-framework/avocado) | `82` | `109.0` | | [avocado-framework-plugin-result-html](http://avocado-framework.github.io/) | `82` | `109.0` | | [avocado-framework-plugin-varianter-yaml-to-mux](http://avocado-framework.github.io/) | `82` | `109.0` | | [isort](https://github.com/pycqa/isort) | `5.13.2` | `6.0.0` | | [pylint](https://github.com/pylint-dev/pylint) | `3.3.2` | `3.3.4` | | [codespell](https://github.com/codespell-project/codespell) | `2.3.0` | `2.4.1` | Updates `avocado-framework` from 82 to 109.0 - [Release notes](https://github.com/avocado-framework/avocado/releases) - [Commits](https://github.com/avocado-framework/avocado/compare/82.0...109.0) Updates `avocado-framework-plugin-result-html` from 82 to 109.0 Updates `avocado-framework-plugin-varianter-yaml-to-mux` from 82 to 109.0 Updates `isort` from 5.13.2 to 6.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/5.13.2...6.0.0) Updates `pylint` from 3.3.2 to 3.3.4 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.2...v3.3.4) Updates `codespell` from 2.3.0 to 2.4.1 - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.1) --- updated-dependencies: - dependency-name: avocado-framework dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: avocado-framework-plugin-result-html dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: avocado-framework-plugin-varianter-yaml-to-mux dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: codespell dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements-ftest.txt | 6 +++--- utils/cq/requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements-ftest.txt b/requirements-ftest.txt index c0c0f2b8eb1..6631df09724 100644 --- a/requirements-ftest.txt +++ b/requirements-ftest.txt @@ -1,6 +1,6 @@ -avocado-framework==82 -avocado-framework-plugin-result-html==82 -avocado-framework-plugin-varianter-yaml-to-mux==82 +avocado-framework==109.0 +avocado-framework-plugin-result-html==109.0 +avocado-framework-plugin-varianter-yaml-to-mux==109.0 clustershell paramiko distro diff --git a/utils/cq/requirements.txt b/utils/cq/requirements.txt index 20f5c5ba003..317b68ab73b 100644 --- a/utils/cq/requirements.txt +++ b/utils/cq/requirements.txt @@ -3,10 +3,10 @@ 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.1.1 -isort==5.13.2 -pylint==3.3.2 +isort==6.0.0 +pylint==3.3.4 yamllint==1.35.1 -codespell==2.3.0 +codespell==2.4.1 # Used by ci/jira_query.py which pip installs it standalone. jira torch>=2.2.0 From 7b80eabe1df999a887113bc5cbd6e29fe007e886 Mon Sep 17 00:00:00 2001 From: Dalton Bohning Date: Wed, 29 Jan 2025 20:17:01 +0000 Subject: [PATCH 2/2] do not update avocado add exclude pattern for avocado Skip-build: true Signed-off-by: Dalton Bohning --- .github/dependabot.yml | 2 ++ requirements-ftest.txt | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b50a280da9e..d6d5bf370b1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,8 @@ updates: python-packages: patterns: - "*" + exclude-patterns: + - "avocado-*" - package-ecosystem: github-actions directory: / schedule: diff --git a/requirements-ftest.txt b/requirements-ftest.txt index 6631df09724..c0c0f2b8eb1 100644 --- a/requirements-ftest.txt +++ b/requirements-ftest.txt @@ -1,6 +1,6 @@ -avocado-framework==109.0 -avocado-framework-plugin-result-html==109.0 -avocado-framework-plugin-varianter-yaml-to-mux==109.0 +avocado-framework==82 +avocado-framework-plugin-result-html==82 +avocado-framework-plugin-varianter-yaml-to-mux==82 clustershell paramiko distro