Skip to content

Commit

Permalink
Merge pull request #2571 from Trusted-AI/dependabot/pip/ruff-0.9.3
Browse files Browse the repository at this point in the history
Bump ruff from 0.5.5 to 0.9.3
  • Loading branch information
beat-buesser authored Feb 4, 2025
2 parents fc535ef + 0fea864 commit 88f7918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-style-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
pip install -q pylint==3.2.6 mypy==1.11.1 pycodestyle==2.12.0 black==24.4.2 ruff==0.5.5
pip install -r requirements_test.txt
pip install -q -r <(sed '/^numpy/d;/^tensorflow/d;/^keras/d' requirements_test.txt)
pip install numpy==1.22.4
pip install tensorflow==2.13.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pylint==3.2.6
mypy==1.11.1
pycodestyle==2.12.1
black==24.8.0
ruff==0.5.5
ruff==0.9.3
types-six==1.16.21.9
types-PyYAML==6.0.12.20240917
types-setuptools==71.1.0.20240726
Expand Down

0 comments on commit 88f7918

Please sign in to comment.