From bcb27425ebf96edc50578be3fff252ac54e3d01d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:50:05 +0400 Subject: [PATCH] Bump pre-commit from 3.8.0 to 4.0.0 (#415) Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.8.0 to 4.0.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.8.0...v4.0.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] 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 665baf4e..f82baf72 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1714,13 +1714,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.8.0" +version = "4.0.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.8.0-py2.py3-none-any.whl", hash = "sha256:9a90a53bf82fdd8778d58085faf8d83df56e40dfe18f45b19446e26bf1b3a63f"}, - {file = "pre_commit-3.8.0.tar.gz", hash = "sha256:8bb6494d4a20423842e198980c9ecf9f96607a07ea29549e180eef9ae80fe7af"}, + {file = "pre_commit-4.0.0-py2.py3-none-any.whl", hash = "sha256:0ca2341cf94ac1865350970951e54b1a50521e57b7b500403307aed4315a1234"}, + {file = "pre_commit-4.0.0.tar.gz", hash = "sha256:5d9807162cc5537940f94f266cbe2d716a75cfad0d78a317a92cac16287cfed6"}, ] [package.dependencies] @@ -2652,4 +2652,4 @@ quantstats = ["ipython", "quantstats"] [metadata] lock-version = "2.0" python-versions = ">=3.9" -content-hash = "96d59a6e3d8973f44aaa15c8da7b82702d9b24b2abd18d845e076caf06d99ba2" +content-hash = "07a0e5ccc02d46bbf58d4b5c5172bf756ea0f7a23eb28e245baba9ee3f71dd80" diff --git a/pyproject.toml b/pyproject.toml index 85cb23f8..b8a41e2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ quantstats = ["quantstats", "ipython"] [tool.poetry.group.test.dependencies] pytest = "8.3.3" pytest-cov = "5.0.0" -pre-commit = "3.8.0" +pre-commit = "4.0.0" [tool.poetry.group.dev.dependencies] loguru = "*"