File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11"""Constants used by Home Assistant CLI (hass-cli)."""
22PACKAGE_NAME = 'homeassistant_cli'
33
4- __version__ = '0.9.5 '
4+ __version__ = '0.9.6 '
55# __version__ = '0.10.0.dev0'
66
77AUTO_SERVER = 'auto'
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ def get_git_commit_datetime() -> str:
8080
8181REQUIRES = [
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
You can’t perform that action at this time.
0 commit comments