diff --git a/poetry.lock b/poetry.lock index 1d709a81..11e5cfbe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1687,13 +1687,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co [[package]] name = "pre-commit" -version = "3.6.1" +version = "3.6.2" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.6.1-py2.py3-none-any.whl", hash = "sha256:9fe989afcf095d2c4796ce7c553cf28d4d4a9b9346de3cda079bcf40748454a4"}, - {file = "pre_commit-3.6.1.tar.gz", hash = "sha256:c90961d8aa706f75d60935aba09469a6b0bcb8345f127c3fbee4bdc5f114cf4b"}, + {file = "pre_commit-3.6.2-py2.py3-none-any.whl", hash = "sha256:ba637c2d7a670c10daedc059f5c49b5bd0aadbccfcd7ec15592cf9665117532c"}, + {file = "pre_commit-3.6.2.tar.gz", hash = "sha256:c3ef34f463045c88658c5b99f38c1e297abdcc0ff13f98d3370055fbbfabc67e"}, ] [package.dependencies] @@ -2766,4 +2766,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.13" -content-hash = "ee0ba87ecd5465e9f87c50475561cfaf7571f8e74f7a5f6599e294ae95b8468d" +content-hash = "1741bfc55d6b60b8d44749bf956c99dceda0aa424abe6411d82b0d5fc183166c" diff --git a/pyproject.toml b/pyproject.toml index 5d099379..fcd0f659 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ python = ">=3.11,<3.13" [tool.poetry.group.dev.dependencies] hass-nabucasa = "0.78.0" -pre-commit = "3.6.1" +pre-commit = "3.6.2" pre-commit-hooks = "4.5.0" pylint = "3.0.3" ruff = "0.2.2"