diff --git a/poetry.lock b/poetry.lock index 9e2bf96..6491741 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "black" @@ -530,13 +530,13 @@ type = ["mypy (>=1.8)"] [[package]] name = "pre-commit" -version = "3.7.1" +version = "3.8.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.7.1-py2.py3-none-any.whl", hash = "sha256:fae36fd1d7ad7d6a5a1c0b0d5adb2ed1a3bda5a21bf6c3e5372073d7a11cd4c5"}, - {file = "pre_commit-3.7.1.tar.gz", hash = "sha256:8ca3ad567bc78a4972a3f1a477e94a79d4597e8140a6e0b651c5e33899c3654a"}, + {file = "pre_commit-3.8.0-py2.py3-none-any.whl", hash = "sha256:9a90a53bf82fdd8778d58085faf8d83df56e40dfe18f45b19446e26bf1b3a63f"}, + {file = "pre_commit-3.8.0.tar.gz", hash = "sha256:8bb6494d4a20423842e198980c9ecf9f96607a07ea29549e180eef9ae80fe7af"}, ] [package.dependencies] @@ -801,4 +801,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "cd8b5707f8f86cf9a3c1c66afe6645a77ed82231d8a89f942a863eae35998d8a" +content-hash = "5f43528ea23596a659211372d5e656348b31d4dea0ea80f5ff408508c2c3648f" diff --git a/pyproject.toml b/pyproject.toml index e33e9cf..2d0989a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pillow = "^10.3.0" black = "^24.4.2" flake8 = "^7.0.0" mypy = "^1.0.0" -pre-commit = "^3.6.0" +pre-commit = "^3.8.0" types-flask = "^1.1.6" types-paho-mqtt = "^1.6.0.5" types-toml = "^0.10.8.20240310"