Skip to content

Commit e9b1b4c

Browse files
authored
Merge pull request #392 from home-assistant-ecosystem/dev
0.9.6
2 parents 904de37 + 5da4411 commit e9b1b4c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

homeassistant_cli/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Constants used by Home Assistant CLI (hass-cli)."""
22
PACKAGE_NAME = 'homeassistant_cli'
33

4-
__version__ = '0.9.5'
4+
__version__ = '0.9.6'
55
# __version__ = '0.10.0.dev0'
66

77
AUTO_SERVER = 'auto'

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def get_git_commit_datetime() -> str:
8080

8181
REQUIRES = [
8282
'aiohttp>=3.8,<4',
83-
'click-log>=0.3.2,<0.4',
83+
'click-log>=0.4,<0.5',
8484
'click>=8,<9',
8585
'dateparser>=0.7.1,<0.8',
8686
'jinja2>=2.10',
@@ -89,7 +89,7 @@ def get_git_commit_datetime() -> str:
8989
'regex>=2022.9',
9090
'ruamel.yaml>=0.17,<0.18',
9191
'requests>=2.28.0,<3',
92-
'tabulate>=0.8.3,<0.9',
92+
'tabulate>=0.8.3,<0.10',
9393
]
9494

9595
# Should be as close to Home Assistant dev/master as possible
@@ -106,7 +106,7 @@ def get_git_commit_datetime() -> str:
106106
'pytest>=7,<8',
107107
'pytest-cov>=2.11,<3',
108108
'pytest-sugar>=0.9.4,<0.10',
109-
'pytest-timeout>=1.4,<2',
109+
'pytest-timeout>=2,<3',
110110
'requests_mock>=1.8.0,<2',
111111
'twine>=1.13.0,<2',
112112
'wheel>=0.33.1,<0.40', # Otherwise setup.py bdist_wheel does not work

0 commit comments

Comments
 (0)