From 2ecc239ee1a6bbd33ae6ffad82d7d331754573c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 10:27:37 +0000 Subject: [PATCH] build(deps-dev): update conventional-pre-commit requirement Updates the requirements on [conventional-pre-commit](https://github.com/compilerla/conventional-pre-commit) to permit the latest version. - [Release notes](https://github.com/compilerla/conventional-pre-commit/releases) - [Commits](https://github.com/compilerla/conventional-pre-commit/compare/v2.1.1...v3.0.0) --- updated-dependencies: - dependency-name: conventional-pre-commit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d3ca6ea..73afb59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ keywords = [ python = "^3.8" [tool.poetry.dev-dependencies] - conventional-pre-commit = "^2.1.1" + conventional-pre-commit = "^3.0.0" pre-commit = "^3.0.3" coverage = "^7.2.7" pyclean = "^2.2.0"