Skip to content

Commit

Permalink
dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Mar 29, 2024
1 parent 146ad7e commit 12e0500
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.3
rev: v0.3.4
hooks:
- id: ruff # linter
- id: ruff-format # formatter
Expand Down
10 changes: 6 additions & 4 deletions custom_components/ramses_cc/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
"domain": "ramses_cc",
"name": "RAMSES RF",
"codeowners": ["@zxdavb"],
"dependencies": [],
"documentation": "https://github.com/zxdavb/ramses_cc",
"issue_tracker": "https://github.com/zxdavb/ramses_cc/issues",
"loggers": ["ramses_rf"],
"requirements": [
"paho-mqtt==1.6.1",
"pyserial-asyncio==0.6",
"ramses-rf==0.31.14",
"voluptuous==0.13.1"
"ramses-rf==0.31.16"
],
"dependencies": [],
"config_flow": true,
"version": "0.31.14"
"single_config_entry": true,
"type": "hub",
"version": "0.31.16"
}
6 changes: 3 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Setup venv for ramses_cc under Hass

# last updated 2024-03-16, based on HA 2024.3.1
# last updated 2024-03-29, based on HA 2024.3.3
# - to check against manifest.json, github workflows
#

Expand All @@ -15,8 +15,8 @@
ramses_rf>=0.31.13 # -e ~/clients/ramses_rf

# used for linting/typing
pre-commit>=3.6.2
ruff>=0.3.3 # HA uses 0.2.1
pre-commit>=3.7.0 # HA uses 3.6.2
ruff>=0.3.4 # HA uses 0.2.1

mypy>=1.9.0 # HA uses 1.8.0
types-paho-mqtt>=1.6.0.20240106
Expand Down
4 changes: 2 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
#

# used for testing (includes HA)
pytest_homeassistant_custom_component>=0.13.108
ramses_rf>=0.31.13 # -e ~/clients/ramses_rf
pytest_homeassistant_custom_component>=0.13.109
ramses_rf>=0.31.16 # -e ~/clients/ramses_rf

0 comments on commit 12e0500

Please sign in to comment.