diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 778fea2c..a4167948 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.4.7 + rev: v0.4.9 hooks: - id: ruff args: @@ -18,7 +18,7 @@ repos: exclude_types: [csv, json] exclude: ^tests/fixtures/|hahomematic/rega_scripts - repo: https://github.com/PyCQA/bandit - rev: 1.7.8 + rev: 1.7.9 hooks: - id: bandit args: diff --git a/requirements_test.txt b/requirements_test.txt index 116cc214..96f85a80 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -6,16 +6,16 @@ freezegun==1.5.1 mypy-dev==1.11.0a5 pip==24.0 pre-commit==3.7.1 -pydantic==2.7.2 +pydantic==2.7.4 pydevccu==0.1.8 pylint-per-file-ignores==1.3.2 pylint-strict-informational==0.1 -pylint==3.2.2 +pylint==3.2.3 pytest-aiohttp==1.0.5 pytest-asyncio==0.23.7 pytest-cov==5.0.0 pytest-rerunfailures==14.0 pytest-socket==0.7.0 pytest-timeout==2.3.1 -pytest==8.2.1 +pytest==8.2.2 types-python-slugify==8.0.2.20240310 diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 4bbf409c..e36e69c7 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -1,4 +1,4 @@ -bandit==1.7.8 +bandit==1.7.9 codespell==2.3.0 -ruff==0.4.7 +ruff==0.4.9 yamllint==1.35.1