Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
trickeydan committed Aug 28, 2022
1 parent 98c8a91 commit ce45f96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
14 changes: 1 addition & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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]
Expand Down

0 comments on commit ce45f96

Please sign in to comment.