Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ufozone committed Feb 20, 2024
1 parent 7141984 commit 18e8e90
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r .github/requirements-test.txt
pip install -r requirements-test.txt
- name: Check with RUFF
run: |
python3 -m ruff check custom_components/zcsmower
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r .github/requirements-test.txt
pip install -r requirements-test.txt
- name: Check with RUFF
run: |
python3 -m ruff check custom_components/zcsmower
Expand Down
12 changes: 6 additions & 6 deletions .github/requirements-test.txt → requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pip>=21.0,<24.1
colorlog==6.8.2
ruff==0.2.0
pydocstyle==6.3.0
isort==5.13.2
pytest-homeassistant-custom-component==0.13.99
pip>=21.0,<24.1
colorlog==6.8.2
ruff==0.2.2
pydocstyle==6.3.0
isort==5.13.2
pytest-homeassistant-custom-component==0.13.99
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pip>=21.0,<24.1
colorlog==6.8.2
ruff==0.2.0
ruff==0.2.2
pydocstyle==6.3.0
isort==5.13.2
homeassistant==2023.11.0

0 comments on commit 18e8e90

Please sign in to comment.