Skip to content
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 #15808

Merged
merged 2 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ updates:
python-packages:
patterns:
- "*"
exclude-patterns:
- "avocado-*"
- package-ecosystem: github-actions
directory: /
schedule:
Expand Down
6 changes: 3 additions & 3 deletions utils/cq/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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