Skip to content

Commit

Permalink
update project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker committed Feb 23, 2024
1 parent 261cef4 commit fdc1ed3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
23 changes: 12 additions & 11 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Expand Up @@ -59,7 +59,7 @@ source = ["custom_components/powercalc", "utils", "tests"]

[tool.ruff]
line-length = 150
target-version = "py311"
target-version = "py312"
exclude = ["utils/measure/playground", "utils/visualize", ".github", "docs"]

[tool.ruff.lint]
Expand All @@ -84,11 +84,11 @@ pre-commit = "^3.3"
ruff = "^0.2"
voluptuous-stubs = "^0.1"
homeassistant-stubs = "2024.2.2"
freezegun = "^1.2"
freezegun = "^1.3"
pytest-homeassistant-custom-component = "^0.13"
types-pytz = "^2023.3"
types-croniter = "^1.3"
croniter = "^1.4"
types-pytz = "^2024.1"
types-croniter = "^2.0"
croniter = "^2.0"
pytest-cov = "^4.0"
coverage = "^7.2"
# Requirements below are needed since HA 2023.9.3, not sure why
Expand Down

0 comments on commit fdc1ed3

Please sign in to comment.