diff --git a/poetry.lock b/poetry.lock index 98420a3..82a479d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1397,13 +1397,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.8.0" +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-3.8.0-py2.py3-none-any.whl", hash = "sha256:9a90a53bf82fdd8778d58085faf8d83df56e40dfe18f45b19446e26bf1b3a63f"}, - {file = "pre_commit-3.8.0.tar.gz", hash = "sha256:8bb6494d4a20423842e198980c9ecf9f96607a07ea29549e180eef9ae80fe7af"}, + {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] @@ -2282,4 +2282,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "7c54ad852c2cf34e8a3e9e66d7f3fd4b15a77ce2918abd52f771545703824468" +content-hash = "5a67abe750d77b8d20d115de94d66028af2e6cea8170536b0e64c35b86f7a11d" diff --git a/pyproject.toml b/pyproject.toml index e103355..143576b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ blacken-docs = "^1.18.0" flake8 = "^4.0.1" flake8-docstrings = "^1.7.0" isort = "^5.13.2" -pre-commit = "^3.8.0" +pre-commit = "^4.1.0" pre-commit-hooks = "^4.5.0" pylint = "^3.3.1" pytest = "^7.4.4"