diff --git a/poetry.lock b/poetry.lock index a9a5ebe..7126c45 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1552,14 +1552,14 @@ files = [ [[package]] name = "pre-commit" -version = "4.6.0" +version = "4.6.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pre_commit-4.6.0-py2.py3-none-any.whl", hash = "sha256:e2cf246f7299edcabcf15f9b0571fdce06058527f0a06535068a86d38089f29b"}, - {file = "pre_commit-4.6.0.tar.gz", hash = "sha256:718d2208cef53fdc38206e40524a6d4d9576d103eb16f0fec11c875e7716e9d9"}, + {file = "pre_commit-4.6.1-py2.py3-none-any.whl", hash = "sha256:0e3b2942510d1fb34eec167a3ec57331bf8442122f1153a9fb8b58f5c49b2717"}, + {file = "pre_commit-4.6.1.tar.gz", hash = "sha256:03e809865c7d178b9979d06c761fcbfe6808fdaded8581a745bb110e52050421"}, ] [package.dependencies] @@ -2504,4 +2504,4 @@ rdkit = ["rdkit"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.15" -content-hash = "36b55d3fd3a7b338dbf4bec9cb38097c45392279180da65d8e51f0293ae0741a" +content-hash = "883ec7e6188812fa3bf107684eb2f03df60ed2732ab96a92c66d7a759a0f5a8b" diff --git a/pyproject.toml b/pyproject.toml index cb30b16..fa19b7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ packages = [{ include = "pythonQEPest" }] [dependency-groups] dev = [ "pytest (>=9.0.3)", - "pre-commit (>=4.6.0,<5.0.0)", + "pre-commit (>=4.6.1,<5.0.0)", "pyinstaller (>=6.18.0,<7.0.0)", "poethepoet[poetry_plugin] (>=0.48.0)", "pytest-cov (>=7.0.0,<8.0.0)",