diff --git a/poetry.lock b/poetry.lock index 6b71fe3..b420fdc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2240,13 +2240,13 @@ testing = ["pytest", "pytest-benchmark"] [[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] @@ -3752,4 +3752,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5ed0051ab42d409d5e63ed3e0878176494f260b6edf5a2cd358fac9459f7528f" +content-hash = "1b3b60c9bced8ea548a1e8961339619187134edd7b6ff8418e72616ed288bf94" diff --git a/pyproject.toml b/pyproject.toml index 5ea2c85..aa279bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ types-pyyaml = "6.0.12.20240724" yapf = "0.40.2" [tool.poetry.group.dev.dependencies] -pre-commit = "3.7.1" +pre-commit = "3.8.0" [tool.poetry.dependencies] python = "^3.10"