Skip to content

Commit

Permalink
Fix version constraint on tomli dependency
Browse files Browse the repository at this point in the history
Fixes #22
  • Loading branch information
trickeydan committed Dec 15, 2023
1 parent c4da247 commit 00d490d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ aiohue = "^2.5.1"
pydantic = "^1.9.2"
click = "^8.1.3"
aiohttp = "^3.8.1"
tomli = { version = "^2.0.1", python = "<=3.10" }
tomli = { version = "^2.0.1", python = "<=3.11" }

[tool.poetry.dev-dependencies]
ruff = "*"
Expand All @@ -36,10 +36,6 @@ hue2mqtt = 'hue2mqtt.app:app'
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"

[tool.black]
line-length = 90
target-version = ['py38']

[tool.mypy]
mypy_path = "stubs"

Expand Down

0 comments on commit 00d490d

Please sign in to comment.