diff --git a/pyproject.toml b/pyproject.toml index b5d6003..b42dce2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,5 +5,5 @@ addopts = "--cov=custom_components/national_grid --cov-report=term-missing --cov [dependency-groups] dev = [ - "ruff>=0.15.12", + "ruff>=0.15.14", ] diff --git a/requirements.txt b/requirements.txt index 7d47a1c..4a6bf74 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ colorlog==6.10.1 homeassistant==2025.2.4 pip>=26.1.1 -ruff==0.15.12 +ruff==0.15.14 py-nationalgrid==0.6.3 \ No newline at end of file