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 79afbc8 commit eda7e73
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 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/unifi_voucher
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/unifi_voucher
Expand Down
3 changes: 2 additions & 1 deletion .github/requirements-test.txt → requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pip>=21.0,<24.1
colorlog==6.8.2
ruff==0.2.1
ruff==0.2.2
pydocstyle==6.3.0
isort==5.13.2
aiounifi==71
pytest-homeassistant-custom-component==0.13.101
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ colorlog==6.8.2
ruff==0.2.2
pydocstyle==6.3.0
isort==5.13.2
homeassistant==2023.11.0
aiounifi==71
homeassistant==2023.11.0

0 comments on commit eda7e73

Please sign in to comment.