diff --git a/poetry.lock b/poetry.lock index a1ee76f423..2791afcf2a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1715,13 +1715,13 @@ tests = ["pytest (>=5.4.1)", "pytest-cov (>=2.8.1)", "pytest-mypy (>=0.8.0)", "p [[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] @@ -2805,4 +2805,4 @@ didcommv2 = ["didcomm-messaging"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "4fb0e4756abe88360a2596d036f0ff1672962859c816ad913c49e3eeab4bd55e" +content-hash = "2dd053722a1765c1af3579eecac1f12903326913b6f3d5108b75e817f8679ddf" diff --git a/pyproject.toml b/pyproject.toml index 890d377214..6dcfa0ad39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ didcomm-messaging = {version = "^0.1.1a0", optional = true } [tool.poetry.group.dev.dependencies] -pre-commit = "~3.7.0" +pre-commit = "~3.8.0" # Sync with version in .pre-commit-config.yaml ruff = "0.5.5"