diff --git a/poetry.lock b/poetry.lock index 7866aca..47f294c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -725,13 +725,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "4.0.1" +version = "4.1.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-4.0.1-py2.py3-none-any.whl", hash = "sha256:efde913840816312445dc98787724647c65473daefe420785f885e8ed9a06878"}, - {file = "pre_commit-4.0.1.tar.gz", hash = "sha256:80905ac375958c0444c65e9cebebd948b3cdb518f335a091a670a89d652139d2"}, + {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"}, ] [package.dependencies] @@ -1172,4 +1172,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "d0e8d43fdbf1bf5de96c1e43319d7ccb01edf8cf7c2dad86b067f97dd0660062" +content-hash = "28d58aa0d0bfd909c6e34c40ce21e8052d9002af1ac07b65eac987f21f398fb8" diff --git a/pyproject.toml b/pyproject.toml index 9eda723..6cecb66 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.0.1" +pre-commit = "^4.1.0" black = "^24.10" pylint = "^3.2.7" isort = "^5.10.1"