diff --git a/poetry.lock b/poetry.lock index e8a7d54..2d11f8f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1657,14 +1657,14 @@ files = [ [[package]] name = "pre-commit" -version = "2.21.0" +version = "3.3.2" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pre_commit-2.21.0-py2.py3-none-any.whl", hash = "sha256:e2f91727039fc39a92f58a588a25b87f936de6567eed4f0e673e0507edc75bad"}, - {file = "pre_commit-2.21.0.tar.gz", hash = "sha256:31ef31af7e474a8d8995027fefdfcf509b5c913ff31f2015b4ec4beb26a6f658"}, + {file = "pre_commit-3.3.2-py2.py3-none-any.whl", hash = "sha256:8056bc52181efadf4aac792b1f4f255dfd2fb5a350ded7335d251a68561e8cb6"}, + {file = "pre_commit-3.3.2.tar.gz", hash = "sha256:66e37bec2d882de1f17f88075047ef8962581f83c234ac08da21a0c58953d1f0"}, ] [package.dependencies] @@ -2937,4 +2937,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "36d521481c1141bf1c7d45519205dc167b66f4b97dcdc5fba850b41b2d1f5a01" +content-hash = "547019c3c9e5fd012dff330e74940c8443e497d08c5b99e15d42dd4451fe5e3e" diff --git a/pyproject.toml b/pyproject.toml index def70a7..71251ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ darglint = "^1.8.1" mypy = "^0.982" myst-parser = "^0.17.0" nox = "^2023.4.22" -pre-commit = "^2.17.0" +pre-commit = "^3.3.2" # pytest-regtest compat pytest = "<7.4" pytest-clarity = "^1.0.1"