diff --git a/poetry.lock b/poetry.lock index d757248..ba3b85f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -487,14 +487,6 @@ category = "main" optional = false python-versions = ">=3.7" -[[package]] -name = "types-toml" -version = "0.1.5" -description = "Typing stubs for toml" -category = "dev" -optional = false -python-versions = "*" - [[package]] name = "typing-extensions" version = "4.3.0" @@ -518,7 +510,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "ab6bc028f23667665420fad5882aebc9cea239e22526d63278bbec5fb4bb682f" +content-hash = "cdba42007d4342514170620a2ed579130c21a10317cd99547c29d7373f81a40d" [metadata.files] aiohttp = [ @@ -770,9 +762,5 @@ tomli = [ {file = "tomli-2.0.1-py3-none-any.whl", hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc"}, {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, ] -types-toml = [ - {file = "types-toml-0.1.5.tar.gz", hash = "sha256:fc5e1df92c245404e4360c63568e9f0e732b0cabea7a220a4788d52b78f5dc59"}, - {file = "types_toml-0.1.5-py3-none-any.whl", hash = "sha256:dd00526680595aad0eade682bd8a9e9513e9b4b8932daed159925fe446fc90a9"}, -] typing-extensions = [] yarl = [] diff --git a/pyproject.toml b/pyproject.toml index 649e657..1c66e7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,11 +15,11 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" -gmqtt = "^0.6.9" +gmqtt = "^0.6.10" aiohue = "^2.5.1" -pydantic = "^1.8.2" -click = "^8.0.1" -aiohttp = "^3.7.4" +pydantic = "^1.9.2" +click = "^8.1.3" +aiohttp = "^3.8.1" tomli = { version = "^2.0.1", python = "<=3.10" } [tool.poetry.dev-dependencies] @@ -36,7 +36,6 @@ pytest = "*" pytest-cov = "*" rope = "*" isort = {version = "*",extras = ["pyproject"]} -types-toml = "^0.1.3" pytest-asyncio = "^0.15.1" [tool.poetry.scripts]