diff --git a/poetry.lock b/poetry.lock index a2a4281..35c5346 100644 --- a/poetry.lock +++ b/poetry.lock @@ -765,14 +765,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "4.1.0" +version = "4.3.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pre_commit-4.1.0-py2.py3-none-any.whl", hash = "sha256:d29e7cb346295bcc1cc75fc3e92e343495e3ea0196c9ec6ba53f49f10ab6ae7b"}, - {file = "pre_commit-4.1.0.tar.gz", hash = "sha256:ae3f018575a588e30dfddfab9a05448bfbd6b73d78709617b5a2b853549716d4"}, + {file = "pre_commit-4.3.0-py2.py3-none-any.whl", hash = "sha256:2b0747ad7e6e967169136edffee14c16e148a778a54e4f967921aa1ebf2308d8"}, + {file = "pre_commit-4.3.0.tar.gz", hash = "sha256:499fe450cc9d42e9d58e606262795ecb64dd05438943c62b66f6a8673da30b16"}, ] [package.dependencies] @@ -1229,4 +1229,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0" -content-hash = "3b931495015b26f30634b60abbf8f38923d9fdfc59ba1acfecc309d0b11f766b" +content-hash = "85a0a0845bf144ce4df6cc7f34cb4dad26a96c7081317804bcd5cbdc365def51" diff --git a/pyproject.toml b/pyproject.toml index b64e2e2..bb8f49e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ backports-strenum = { version = "^1.3.1", python = "<3.11" } [tool.poetry.dev-dependencies] pytest = "^8.3" -pre-commit = "^4.1.0" +pre-commit = "^4.3.0" black = "^24.10" pylint = "^3.2.7" isort = "^5.10.1"