Skip to content

Commit

Permalink
Update dependencies (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
slovdahl authored May 26, 2023
1 parent 78605a2 commit 3ef451e
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 21 deletions.
1 change: 1 addition & 0 deletions custom_components/spothinta/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
],
"config_flow": true,
"documentation": "https://github.com/slovdahl/home-assistant-spothinta",
"integration_type": "service",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/slovdahl/home-assistant-spothinta/issues",
"requirements": [
Expand Down
50 changes: 32 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ spothinta-api = "^0.2.0"
[tool.poetry.group.dev.dependencies]
homeassistant = ">=2023.5.0"
pytest-homeassistant-custom-component = ">=0.3.1"
black = "^22.12"
black = "^23.3.0"
isort = "^5.12.0"
mypy = ">=1.0,<1.4"
pylint = "^2.16.1"
yamllint = "^1.31.0"
pylint = "^2.17.4"
yamllint = "^1.32.0"

[tool.isort]
# https://github.com/PyCQA/isort/wiki/isort-Settings
Expand Down

0 comments on commit 3ef451e

Please sign in to comment.