Skip to content

Commit aae48b1

Browse files
feat: bump python version
1 parent 224a566 commit aae48b1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ packages = [{include = "roborock"}]
1919
roborock = "roborock.cli:main"
2020

2121
[tool.poetry.dependencies]
22-
python = "^3.9"
22+
python = "^3.11"
2323
click = ">=8"
2424
aiohttp = "^3.8.2"
2525
async-timeout = "*"
2626
pycryptodome = ">=3.17,<3.19"
27-
pycryptodomex = {version = "~3.17.0", markers = "sys_platform == 'darwin'"}
27+
pycryptodomex = {version = ">=3.17,<3.19", markers = "sys_platform == 'darwin'"}
2828
paho-mqtt = "~1.6.1"
2929
dacite = "~1.8.0"
30-
construct = "^2.10.56"
30+
construct = "^2.10.68"
31+
alexapy = "^1.26.8"
3132

3233

3334
[build-system]

0 commit comments

Comments
 (0)