diff --git a/poetry.lock b/poetry.lock index 073158a..9c1cbbe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1479,6 +1479,7 @@ optional = false python-versions = "<4, >=3.5" files = [ {file = "mac_vendor_lookup-0.1.12-py3-none-any.whl", hash = "sha256:aeec6eac01b07e6558d889b51f475a1e1e938e09cab409a069ab6a43b13cba58"}, + {file = "mac_vendor_lookup-0.1.12.tar.gz", hash = "sha256:74e1723e177d4deb02977148d3fa04a7916f4bf93268e2afe3240529272bf80d"}, ] [package.dependencies] @@ -1879,13 +1880,13 @@ testing = ["pytest", "pytest-benchmark"] [[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] @@ -3239,4 +3240,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.13" -content-hash = "0b9585efd291a0770a00ae3947815b9141387b8fc5346d17237bd1561574dc3f" +content-hash = "a51787700fa116aeeefe9bcb8a91a78fd07d22587850eb04113eb9cf0ab972e7" diff --git a/pyproject.toml b/pyproject.toml index 7224ee6..5275d54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ rctclient = "^0.0.3" black = "^23.12.1" flake8 = "^7.0.0" homeassistant-stubs = "^2024.1.3" -pre-commit = "^3.6.1" +pre-commit = "^3.6.2" pytest = "^7.4.3" pytest-emoji = "^0.2.0" pytest-homeassistant-custom-component = "^0.13.89"