diff --git a/poetry.lock b/poetry.lock index 02b1945..4a9f21f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1325,13 +1325,13 @@ poetry-core = ">=1.7.0,<2.0.0" [[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] @@ -2182,4 +2182,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "65bb643642e993eb2aa9abdf31883e0a14078cd327b780801ee50e5aacd0bd66" +content-hash = "cd555e22b5c145b93b0fc0b66bfb171666d08a48dd1c2c21424b8e999fd462d5" diff --git a/pyproject.toml b/pyproject.toml index 102883b..d6edcff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pytest = "^8.3.2" flake8 = "^7.1.0" isort = "^5.13.2" black = "^24.4.2" -pre-commit = "^3.7.1" +pre-commit = "^3.8.0" [build-system]