diff --git a/poetry.lock b/poetry.lock index d159302..0ee6f26 100644 --- a/poetry.lock +++ b/poetry.lock @@ -840,13 +840,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co [[package]] name = "pre-commit" -version = "3.6.0" +version = "3.6.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.6.0-py2.py3-none-any.whl", hash = "sha256:c255039ef399049a5544b6ce13d135caba8f2c28c3b4033277a788f434308376"}, - {file = "pre_commit-3.6.0.tar.gz", hash = "sha256:d30bad9abf165f7785c15a21a1f46da7d0677cb00ee7ff4c579fd38922efe15d"}, + {file = "pre_commit-3.6.1-py2.py3-none-any.whl", hash = "sha256:9fe989afcf095d2c4796ce7c553cf28d4d4a9b9346de3cda079bcf40748454a4"}, + {file = "pre_commit-3.6.1.tar.gz", hash = "sha256:c90961d8aa706f75d60935aba09469a6b0bcb8345f127c3fbee4bdc5f114cf4b"}, ] [package.dependencies] @@ -1308,4 +1308,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "50e9b90960ad29b966f59688a4ce5ab57459847e51ba774f472cd7c858c70e2f" +content-hash = "7782f88ac5549eba2fdaaec330e1b4ea0d09b5e629194ae91b8260365ef02076" diff --git a/pyproject.toml b/pyproject.toml index 32e36aa..2c20177 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ odp-amsterdam = "^6.0.0" [tool.poetry.group.dev.dependencies] black = "23.12.1" blacken-docs = "1.16.0" -pre-commit = "3.6.0" +pre-commit = "3.6.1" pre-commit-hooks = "4.5.0" pylint = "3.0.3" ruff = "0.1.14"