From a332f07248934ba25cd4e9d5b5f748a5ef502cbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 10:51:28 +0200 Subject: [PATCH] build(deps-dev): bump pre-commit from 3.4.0 to 3.5.0 (#611) Co-authored-by: dependabot[bot] <49699333+dependabot[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 4e2ac218..f3a37282 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1710,13 +1710,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] @@ -2956,4 +2956,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "6ab5e9b887e5032b306bc1de6012f0b5221ba6532d2c11ce78ee75cc5ed917ed" +content-hash = "cc57d46b148bfbe3172cf10e02cbfbb8b6418be9731bfd893002b9fe7633e061" diff --git a/pyproject.toml b/pyproject.toml index e8c3b913..095ebdd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ isort = "^5.12.0" mkdocs = "^1.5.3" mkdocs-material = "^9.4.5" mypy = "^1.5" -pre-commit = "^3.4.0" +pre-commit = "^3.5.0" pytest = "^7.3.1" pytest-cov = "^4.1.0" pytest-mock = "^3.11.1"