diff --git a/poetry.lock b/poetry.lock index 1f64bdb71..3fc4aaeba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1552,13 +1552,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.3.1" +version = "3.5.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.8" files = [ - {file = "pre_commit-3.3.1-py2.py3-none-any.whl", hash = "sha256:218e9e3f7f7f3271ebc355a15598a4d3893ad9fc7b57fe446db75644543323b9"}, - {file = "pre_commit-3.3.1.tar.gz", hash = "sha256:733f78c9a056cdd169baa6cd4272d51ecfda95346ef8a89bf93712706021b907"}, + {file = "pre_commit-3.5.0-py2.py3-none-any.whl", hash = "sha256:841dc9aef25daba9a0238cd27984041fa0467b4199fc4852e27950664919f660"}, + {file = "pre_commit-3.5.0.tar.gz", hash = "sha256:5804465c675b659b0862f07907f96295d490822a450c4c40e747d0b1c6ebcb32"}, ] [package.dependencies] @@ -2626,4 +2626,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "e8528946a5b921b90f3a849b65830a3db8e15194957c39cbd95264a05b5d03d2" +content-hash = "54b97f26267359fdc15efd17ea55909dbe2639fc6e9e17f84c901361a4121547" diff --git a/pyproject.toml b/pyproject.toml index 22a780ea1..3f4f153a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ flake8-tuple = "0.4.1" gitlint = "0.19.1" isort = "5.12.0" pdbpp = "0.10.3" -pre-commit = "3.3.1" +pre-commit = "3.5.0" pydocstyle = "6.3.0" pytest = "7.3.1" pytest-cov = "4.1.0"