diff --git a/poetry.lock b/poetry.lock index e1935d1..a36dfa6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -674,13 +674,13 @@ testing = ["pytest", "pytest-benchmark"] [[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] @@ -1035,4 +1035,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "13a307d9bad3cc7fbaff25d9456b3ee330e5cbfd62d378740d28a537ba2d0cf9" +content-hash = "d39b1489a69e78becd9ed53be2951c2dd9af5e220365ca4cf50c7e88b8b1df48" diff --git a/pyproject.toml b/pyproject.toml index cd9534a..3d6c092 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ backports-strenum = { version = "^1.3.1", python = "<3.11" } [tool.poetry.dev-dependencies] pytest = "^8.0" -pre-commit = "^3.6.0" +pre-commit = "^3.6.1" black = "^23.12" pylint = "^3.0.3" isort = "^5.10.1"