Skip to content

Commit

Permalink
Fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Oct 1, 2023
1 parent 9b02fd6 commit 6754746
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "",
"filename": "integration_blueprint.zip",
"hide_default_branch": true,
"homeassistant": "2023.2.0",
"homeassistant": "2023.1.0",
"render_readme": true,
"zip_release": true
}
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ flake8-docstrings~=1.7
mypy==1.0.0
pylint~=2.15
pylint-strict-informational==0.1
pytest~=7.4
pytest~=7.3
pytest-cov~=3.0
pytest-homeassistant-custom-component>=0.12
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
colorlog==6.7.0
homeassistant>=2023.2.0
homeassistant>=2023.1.0
pip>=21.0,<23.2
ruff==0.0.267

0 comments on commit 6754746

Please sign in to comment.