Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Feb 9, 2025
1 parent 87d811f commit 1a489d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "An async client for connecting to Honeywell's TCC RESTful API."
readme = "README.md"
authors = [{ name = "David Bonnes", email = "[email protected]" }]
maintainers = [{ name = "David Bonnes", email = "[email protected]" }]
dependencies = ["aiohttp>=3.10.5", "aiozoneinfo>=0.2.1", "voluptuous>=0.15.2"]
dependencies = ["aiohttp>=3.11.12", "aiozoneinfo>=0.2.3", "voluptuous>=0.15.2"] # must support HA
requires-python = ">=3.12"
license = "Apache-2.0"

Expand Down
8 changes: 5 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,21 @@
ruff >= 0.9.5 # also: pre-commit-config.yaml

# used for development (typing)
mypy >= 1.14.1
mypy >= 1.15.0
types-aiofiles >= 24.1.0 # used only by CLI
types-PyYAML >= 6.0.12 # used only by tests
voluptuous >= 0.15.2

# used for testing
aioresponses >= 0.7.8

pytest >= 8.3.4
pytest-asyncio >= 0.25.2
# pytest-cov >= 6.0.0
pytest-asyncio >= 0.25.3
pytest-cov >= 6.0.0
pytest-freezer >= 0.4.9
pytest-sugar >= 1.0.0
pytest-xdist >= 3.6.1

syrupy >= 4.8.1

# pytest_homeassistant_custom_component >= 0.13.162
Expand Down

0 comments on commit 1a489d5

Please sign in to comment.