diff --git a/poetry.lock b/poetry.lock index b8916d4b5..166e951d5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -570,14 +570,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 = ["main", "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] @@ -865,4 +865,4 @@ platformdirs = ">=3.9.1,<5" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "67647b5316f09270f5fdab33348e95918aa75edea613e64fa01c80baf2c0c36b" +content-hash = "444b8c2a9b1607eab694ba512282ac51d1f815b26e94ba68299fe193a2774dad" diff --git a/pyproject.toml b/pyproject.toml index f097e264c..5aeea5412 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,13 +30,13 @@ package-mode = false python = "^3.12" requests = "^2.33.1" argparse = "^1.4.0" -pre-commit = "^4.5.1" +pre-commit = "^4.6.0" pytest = "^9.0.3" [tool.poetry.scripts] [tool.poetry.group.dev.dependencies] -pre-commit = "^4.5.1" +pre-commit = "^4.6.0" black = "^26.3.1" flake8 = "^7.3.0" jinja2 = "^3.1.5"