Update deps

This commit is contained in:
2024-08-22 21:33:48 +02:00
parent 455b3c5f3c
commit 29acd92122
2 changed files with 8 additions and 8 deletions

View File

@@ -7,9 +7,9 @@ license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
paho-mqtt = "^2.1.0"
typer-slim = "^0.12.3"
python = ">=3.11"
paho-mqtt = ">=2.1.0"
typer-slim = ">=0.12.3"
[tool.poetry.scripts]
huecli = "huecli.__main__:main"