diff --git a/poetry.lock b/poetry.lock index eccdb48e..d44a5392 100644 --- a/poetry.lock +++ b/poetry.lock @@ -995,13 +995,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.3.2" +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.2-py2.py3-none-any.whl", hash = "sha256:8056bc52181efadf4aac792b1f4f255dfd2fb5a350ded7335d251a68561e8cb6"}, - {file = "pre_commit-3.3.2.tar.gz", hash = "sha256:66e37bec2d882de1f17f88075047ef8962581f83c234ac08da21a0c58953d1f0"}, + {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] @@ -1692,4 +1692,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "<3.12,>=3.8" -content-hash = "a2e0a00fbc1311c845467e5c7f64752255eceb6773a589323277568088a34b2f" +content-hash = "6e68f74dbcb55fb099e627abeddd5ab2289b6807aca499f4bff8d647d635f250" diff --git a/pyproject.toml b/pyproject.toml index 52a249f2..0f3830bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ python = "<3.12,>=3.8" cookiecutter = "^2.4.0" [tool.poetry.group.dev.dependencies] -pre-commit = "^3.3.2" +pre-commit = "^3.5.0" invoke = "^2.1.2" bump2version = "^1.0.1" watchdog = {version = "^3.0.0", extras = ["watchmedo"]}