From ae90578aba71da2fea496791ecc5901465fe0d77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 13:22:19 +0200 Subject: [PATCH] chore(deps): update dependency pre-commit to v3.5.0 (#493) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2f207e0a..2c6dcf5c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -675,13 +675,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.4.0" +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.4.0-py2.py3-none-any.whl", hash = "sha256:96d529a951f8b677f730a7212442027e8ba53f9b04d217c4c67dc56c393ad945"}, - {file = "pre_commit-3.4.0.tar.gz", hash = "sha256:6bbd5129a64cad4c0dfaeeb12cd8f7ea7e15b77028d985341478c8af3c759522"}, + {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] @@ -1144,4 +1144,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "121b1ce7f469daa7c669b5c9e96be3099189351af6833257ce8abb83da15a4f9" +content-hash = "7df621487cb0cf8cda9cf24b06dd1ef3a487b9401c5ef0977282aabd503db68d" diff --git a/pyproject.toml b/pyproject.toml index 33bcbddc..9d63d7e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pathspec = ">=0.9.0" tomli = { version = "^2.0.1", python = "<3.11" } [tool.poetry.group.dev.dependencies] -pre-commit = "3.4.0" +pre-commit = "3.5.0" pytest = "7.4.2" pytest-cov = "4.1.0"