diff --git a/poetry.lock b/poetry.lock index 9f7740f..a5ca16c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -654,13 +654,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.7.1" +version = "4.0.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.7.1-py2.py3-none-any.whl", hash = "sha256:fae36fd1d7ad7d6a5a1c0b0d5adb2ed1a3bda5a21bf6c3e5372073d7a11cd4c5"}, - {file = "pre_commit-3.7.1.tar.gz", hash = "sha256:8ca3ad567bc78a4972a3f1a477e94a79d4597e8140a6e0b651c5e33899c3654a"}, + {file = "pre_commit-4.0.0-py2.py3-none-any.whl", hash = "sha256:0ca2341cf94ac1865350970951e54b1a50521e57b7b500403307aed4315a1234"}, + {file = "pre_commit-4.0.0.tar.gz", hash = "sha256:5d9807162cc5537940f94f266cbe2d716a75cfad0d78a317a92cac16287cfed6"}, ] [package.dependencies] @@ -1002,4 +1002,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "e4c9fc8f82ace0527bd0c9e25fd16a80fdec271da68f5806aa42a71c33853e6c" +content-hash = "066dc6accc259bff2ccf6ad84ad68d63287fb7218df126919ace2d32c2ea008e" diff --git a/pyproject.toml b/pyproject.toml index 688ce83..3c729ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ pyhumps = "^3.0.2" [tool.poetry.dev-dependencies] pytest = "^8.3" -pre-commit = "^3.7.1" +pre-commit = "^4.0.0" black = "^24.4" pylint = "^3.3.0" isort = "^5.10.1"