diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 28ccacf5..bd042224 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.5.0 + rev: v0.5.1 hooks: - id: ruff args: diff --git a/requirements_test.txt b/requirements_test.txt index d1e0cbaa..09511bdf 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -2,10 +2,10 @@ async-upnp-client==0.39.0 hahomematic==2024.6.0 -homeassistant==2024.7.0 +homeassistant==2024.7.2 mypy==1.10.1 mypy-dev==1.11.0a9 pre-commit==3.7.1 pydevccu==0.1.8 pylint==3.2.5 -pytest-homeassistant-custom-component==0.13.144 +pytest-homeassistant-custom-component==0.13.146 diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 3c5722b8..03f66bef 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -1,4 +1,4 @@ bandit==1.7.9 codespell==2.3.0 -ruff==0.5.0 +ruff==0.5.1 yamllint==1.35.1