diff --git a/poetry.lock b/poetry.lock index a6dafc8..2af55a7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "cfgv" @@ -99,13 +99,13 @@ type = ["mypy (>=1.11.2)"] [[package]] name = "pre-commit" -version = "4.0.1" +version = "4.1.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-4.0.1-py2.py3-none-any.whl", hash = "sha256:efde913840816312445dc98787724647c65473daefe420785f885e8ed9a06878"}, - {file = "pre_commit-4.0.1.tar.gz", hash = "sha256:80905ac375958c0444c65e9cebebd948b3cdb518f335a091a670a89d652139d2"}, + {file = "pre_commit-4.1.0-py2.py3-none-any.whl", hash = "sha256:d29e7cb346295bcc1cc75fc3e92e343495e3ea0196c9ec6ba53f49f10ab6ae7b"}, + {file = "pre_commit-4.1.0.tar.gz", hash = "sha256:ae3f018575a588e30dfddfab9a05448bfbd6b73d78709617b5a2b853549716d4"}, ] [package.dependencies] @@ -239,4 +239,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "118596b6bdce7dbdcc1e338d9e02e05b6c3347695de6139ed1b80fb43d9be0b7" +content-hash = "b7c2f147f9193849ae14a2f3715d168d586b2846d76df73aba40fa26ef519060" diff --git a/pyproject.toml b/pyproject.toml index 9830d52..5e97d99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ repository = "https://github.com/NHSDigital/eps-cdk-util" [tool.poetry.dependencies] python = "^3.12" -pre-commit = "^4.0.1" +pre-commit = "^4.1.0" [tool.poetry.dev-dependencies] pip-licenses = "^5.0.0"