diff --git a/poetry.lock b/poetry.lock index ec9e37c..aabc320 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1190,14 +1190,14 @@ testing = ["coverage", "pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "4.5.1" +version = "4.6.0" 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.5.1-py2.py3-none-any.whl", hash = "sha256:3b3afd891e97337708c1674210f8eba659b52a38ea5f822ff142d10786221f77"}, - {file = "pre_commit-4.5.1.tar.gz", hash = "sha256:eb545fcff725875197837263e977ea257a402056661f09dae08e4b149b030a61"}, + {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"}, ] [package.dependencies] @@ -2186,4 +2186,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.14" -content-hash = "3d862cf541c05e0b3d4a89fa55dee74d59a4763d75d5352fc94c5db778f22764" +content-hash = "81d69df62e8f8d8942a3dcdd0a8245ad8671150211867b7836b8b95255ab3846" diff --git a/pyproject.toml b/pyproject.toml index 34399de..07e7479 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ autoflake = "^2.3.0" bandit = "^1.9.4" black = "^26.1.0" isort = "^5.13.0" -pre-commit = "^4.5.1" +pre-commit = "^4.6.0" pylint = "^2.17.0" pytest = "^7.4.0" pytest-cov = "^7.0.0"