Update deps

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

10
poetry.lock generated
View File

@ -41,13 +41,13 @@ proxy = ["pysocks"]
[[package]]
name = "typer-slim"
version = "0.12.3"
version = "0.12.4"
description = "Typer, build great CLIs. Easy to code. Based on Python type hints."
optional = false
python-versions = ">=3.7"
files = [
{file = "typer_slim-0.12.3-py3-none-any.whl", hash = "sha256:142c73d91ac1df79a49cec5a1c2210c00b1b4040a91014b539792af5ba81c65c"},
{file = "typer_slim-0.12.3.tar.gz", hash = "sha256:633965eb413074aa6c47549d1820832f229709e9a59857a4f57ee82b655602af"},
{file = "typer_slim-0.12.4-py3-none-any.whl", hash = "sha256:790a9cd6589494ce063a178473ccdad878fa36bc03f428710f5864670e988144"},
{file = "typer_slim-0.12.4.tar.gz", hash = "sha256:4629238b526feb8ea71ad663d058ae8370b1520bb40f48b2f8e0c67a551b399f"},
]
[package.dependencies]
@ -70,5 +70,5 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "e7a8f7b8e008727e2b2d940eb79f1cfe53af0c193bb83edd4a01e60eb44a81ad"
python-versions = ">=3.11"
content-hash = "15cbc74f82a40827f2d9b5a07001209098c73e8ac1f66e47a01cc2a799730406"

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"