Skip to content

Commit

Permalink
Bump the python-packages group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 5 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` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.3.2` | `3.3.3` |
| [codespell](https://github.com/codespell-project/codespell) | `2.3.0` | `2.4.0` |



Updates `avocado-framework` from 82 to 109.0
- [Release notes](https://github.com/avocado-framework/avocado/releases)
- [Commits](avocado-framework/avocado@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 `pylint` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.2...v3.3.3)

Updates `codespell` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/codespell-project/codespell/releases)
- [Commits](codespell-project/codespell@v2.3.0...v2.4.0)

---
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
- dependency-name: codespell
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent fcaa560 commit 4fb98b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions requirements-ftest.txt
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions utils/cq/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ 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
codespell==2.4.0
# Used by ci/jira_query.py which pip installs it standalone.
jira
torch>=2.2.0

0 comments on commit 4fb98b5

Please sign in to comment.