From 8f5e21f7f659e006cd3a352caca9618f6157efb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 01:22:33 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 4 updates Bumps the python-packages group with 4 updates in the / directory: [avocado-framework](https://github.com/avocado-framework/avocado), [avocado-framework-plugin-result-html](http://avocado-framework.github.io/), [avocado-framework-plugin-varianter-yaml-to-mux](http://avocado-framework.github.io/) and [pylint](https://github.com/pylint-dev/pylint). Updates `avocado-framework` from 82 to 108.0 - [Release notes](https://github.com/avocado-framework/avocado/releases) - [Commits](https://github.com/avocado-framework/avocado/compare/82.0...108.0) Updates `avocado-framework-plugin-result-html` from 82 to 108.0 Updates `avocado-framework-plugin-varianter-yaml-to-mux` from 82 to 108.0 Updates `pylint` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.2...v3.3.3) --- 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: pylint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements-ftest.txt | 6 +++--- utils/cq/requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-ftest.txt b/requirements-ftest.txt index c0c0f2b8eb1..47aee656f59 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==108.0 +avocado-framework-plugin-result-html==108.0 +avocado-framework-plugin-varianter-yaml-to-mux==108.0 clustershell paramiko distro diff --git a/utils/cq/requirements.txt b/utils/cq/requirements.txt index 20f5c5ba003..9e50eb6fff1 100644 --- a/utils/cq/requirements.txt +++ b/utils/cq/requirements.txt @@ -4,7 +4,7 @@ pyenchant ## 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 +pylint==3.3.3 yamllint==1.35.1 codespell==2.3.0 # Used by ci/jira_query.py which pip installs it standalone.