diff --git a/poetry.lock b/poetry.lock index ea77425..b2315d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -100,14 +100,14 @@ type = ["mypy (>=1.18.2)"] [[package]] name = "pre-commit" -version = "4.4.0" +version = "4.5.0" 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.4.0-py2.py3-none-any.whl", hash = "sha256:b35ea52957cbf83dcc5d8ee636cbead8624e3a15fbfa61a370e42158ac8a5813"}, - {file = "pre_commit-4.4.0.tar.gz", hash = "sha256:f0233ebab440e9f17cabbb558706eb173d19ace965c68cdce2c081042b4fab15"}, + {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"}, ] [package.dependencies] @@ -254,4 +254,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.14" -content-hash = "65888fe086520d278cfdba8bfe6bd23c0232d0c258e5c9cff9300a7aae092b02" +content-hash = "f9f2dbfbe602a02d60726c230fa9f10587037e629a98836742b0a5a517d7fbb8" diff --git a/pyproject.toml b/pyproject.toml index 87cf178..70f6040 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.4.0" +pre-commit = "^4.5.0" [tool.poetry.group.dev.dependencies] pip-licenses = "^5.0.0"