diff --git a/poetry.lock b/poetry.lock index b1f64f00..25fe52da 100644 --- a/poetry.lock +++ b/poetry.lock @@ -866,13 +866,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pre-commit-hooks" -version = "4.4.0" +version = "4.5.0" description = "Some out-of-the-box hooks for pre-commit." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pre_commit_hooks-4.4.0-py2.py3-none-any.whl", hash = "sha256:fc8837335476221ccccda3d176ed6ae29fe58753ce7e8b7863f5d0f987328fc6"}, - {file = "pre_commit_hooks-4.4.0.tar.gz", hash = "sha256:7011eed8e1a25cde94693da009cba76392194cecc2f3f06c51a44ea6ad6c2af9"}, + {file = "pre_commit_hooks-4.5.0-py2.py3-none-any.whl", hash = "sha256:b779d5c44ede9b1fda48e2d96b08e9aa5b1d2fdb8903ca09f0dbaca22d529edb"}, + {file = "pre_commit_hooks-4.5.0.tar.gz", hash = "sha256:ffbe2af1c85ac9a7695866955680b4dee98822638b748a6f3debefad79748c8a"}, ] [package.dependencies] @@ -1508,4 +1508,4 @@ tests-strict = ["codecov (==2.0.15)", "pytest (==4.6.0)", "pytest (==4.6.0)", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "befc12c5da469fb0107c9af34b2faed9eab3b7e72b6135138dd3107fe8c2d04e" +content-hash = "2d629cb2200051b1a00a59b8a83270a3305bdf45362560fe5d2cd83729352e89" diff --git a/pyproject.toml b/pyproject.toml index 14ff6191..4d38c5da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ flake8-rst-docstrings = "^0.3.0" pep8-naming = "^0.13.2" darglint = "^1.8.1" reorder-python-imports = "^3.9.0" -pre-commit-hooks = "^4.2.0" +pre-commit-hooks = "^4.5.0" Pygments = "^2.13.0" pyupgrade = "^3.15.0" pylint = "^3.0.1"