From bb1a1b48d4263710f519c25289c367b94e802545 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Feb 2023 14:17:25 +0100 Subject: [PATCH] build(deps-dev): update pre-commit requirement from ~=2.12 to ~=3.1 (#1945) Updates the requirements on [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. - [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/v2.12.0...v3.1.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c27943fc..a0e7897b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ Source = "https://github.com/executablebooks/jupyter-book/" Tracker = "https://github.com/executablebooks/jupyter-book/issues" [project.optional-dependencies] -code_style = ["pre-commit~=2.12"] +code_style = ["pre-commit~=3.1"] pdfhtml = ["pyppeteer"] sphinx = [ "altair", -- GitLab