diff --git a/poetry.lock b/poetry.lock index 7992f32..f944c66 100644 --- a/poetry.lock +++ b/poetry.lock @@ -100,14 +100,14 @@ type = ["mypy (>=1.18.2)"] [[package]] name = "pre-commit" -version = "4.5.0" +version = "4.5.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "pre_commit-4.5.0-py2.py3-none-any.whl", hash = "sha256:25e2ce09595174d9c97860a95609f9f852c0614ba602de3561e267547f2335e1"}, - {file = "pre_commit-4.5.0.tar.gz", hash = "sha256:dc5a065e932b19fc1d4c653c6939068fe54325af8e741e74e88db4d28a4dd66b"}, + {file = "pre_commit-4.5.1-py2.py3-none-any.whl", hash = "sha256:3b3afd891e97337708c1674210f8eba659b52a38ea5f822ff142d10786221f77"}, + {file = "pre_commit-4.5.1.tar.gz", hash = "sha256:eb545fcff725875197837263e977ea257a402056661f09dae08e4b149b030a61"}, ] [package.dependencies] @@ -254,4 +254,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.14" -content-hash = "f9f2dbfbe602a02d60726c230fa9f10587037e629a98836742b0a5a517d7fbb8" +content-hash = "011a420909eadf7f99a2f9b5fb560fb7d52a360ca78d0d955454bbde25bfd466" diff --git a/pyproject.toml b/pyproject.toml index 70f6040..120adaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ repository = "https://github.com/NHSDigital/eps-common-workflows" [tool.poetry.dependencies] python = "^3.14" -pre-commit = "^4.5.0" +pre-commit = "^4.5.1" [tool.poetry.group.dev.dependencies] pip-licenses = "^5.0.0"