diff --git a/pyproject.toml b/pyproject.toml index 9772315d..382adc94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ test = [ "black==23.10.1", "codespell==2.2.6", - "mypy==1.6.1", + "mypy==1.7.1", "ruff==0.1.3", "pre-commit==3.5.0" ] diff --git a/requirements_dev.txt b/requirements_dev.txt index 052dba11..67f9fa8a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ -mypy==1.6.1 +mypy==1.7.1 pylint==3.0.2 pre-commit==3.5.0 homeassistant==2023.10.5