-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DAOS-16980 cq: Bump python-packages in requirements.txt #15760
base: master
Are you sure you want to change the base?
Conversation
Ticket title is 'Update python requirements.txt - 2025-01-21' |
Test stage Test RPMs on EL 8.6 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15760/1/execution/node/1133/log |
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>
4fb98b5
to
a326ab2
Compare
Test stage Test RPMs on EL 8.6 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-15760/2/execution/node/1109/log |
add exclude pattern for avocado Skip-build: true Signed-off-by: Dalton Bohning <dalton.bohning@hpe.com>
yamllint==1.35.1 | ||
codespell==2.3.0 | ||
codespell==2.4.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@grom72 This is why the codespell warnings crept in. Even though our GHA installs this requirements.txt, the workflow we use installs its own requirements, which pulls the latest codespell:
https://github.com/codespell-project/actions-codespell/blob/406322ec52dd7b488e48c1c4b82e2a8b3a1bf630/Dockerfile#L10
And I don't see an obvious way to configure that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would implementing codespell>=2.4.0
- similar to https://github.com/codespell-project/actions-codespell/blob/406322ec52dd7b488e48c1c4b82e2a8b3a1bf630/requirements.txt#L1 - solve this and also avoid a bunch of these tickets?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might cut down on these PRs (I'm not sure if dependabot would still try to update when a newer version comes out).
But it doesn't solve the problem of new warnings.
For example:
- Someone has codespell 2.4.0, which is valid because
codespell>=2.4.0
- They commit and push - no issues in the githooks
- The GHA runs with codespell 2.5.0, which is valid because
codespell>=2.4.0
- The GHA fails because there are new warnings
To prevent this, the action we are using needs to support pinning the codespell version in some way
Bumps the python-packages group with 5 updates in the / directory:
3.3.2
3.3.3
2.3.0
2.4.0
Updates
avocado-framework
from 82 to 109.0Release notes
Sourced from avocado-framework's releases.
... (truncated)
Commits
Updates
pylint
from 3.3.2 to 3.3.3Commits
c28580b
Bump pylint to 3.3.3, update changelog1f9b947
Bump astroid from 3.3.5 to 3.3.8 (#10125) (#10155)96d1303
Bump actions/cache from 4.1.2 to 4.2.0 (#10123) (#10154)a7202b1
Fix Python 3.12 generic type syntax (#10135) (#10146)90cb29d
[mypy] Use type-setuptools instead of types-pkg-resources (#10120)9955701
Fix 'use-implicit-booleaness' wrongly emitted for generators. (#10107) (#10109)Updates
codespell
from 2.3.0 to 2.4.0Release notes
Sourced from codespell's releases.
... (truncated)
Commits
db0100e
Run pytest GitHub Action on an ARM processor (#3619)c6bdc1f
[pre-commit.ci] autoupdate less frequently654b3ed
Runruff format
913871e
Apply ruff/flake8-pytest-style rule PT006b782f25
Changes for ruff 0.9.19c3a652
[pre-commit.ci] pre-commit autoupdate2626491
Remove socioeconomic entriesec57cff
Add spelling correction for denila and variant.2acfc37
[pre-commit.ci] pre-commit autoupdate51262cf
[pre-commit.ci] pre-commit autoupdateDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions