diff --git a/poetry.lock b/poetry.lock index 8b2012d..702008e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -772,14 +772,14 @@ ssh = ["paramiko"] [[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] @@ -1283,4 +1283,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "3b5c7a11df87abef417004215b3369e0ff00566525236416adc54d94e4dce905" +content-hash = "f50bddefc11bfdc57a86a2dbda77df94b1233df0d6804da67141e9bd82c31349" diff --git a/pyproject.toml b/pyproject.toml index f6d0e1c..112b303 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ python = "^3.11" copier = "^9.17.0" [tool.poetry.group.dev.dependencies] -pre-commit = "^4.6.0" +pre-commit = "^4.6.1" # :TODO: Remove pylint when ruff supports all pylint rules pylint = "^4.0.6" pytest = "^9.1.1"