From c5a256c6788e2c64ba294b4fcdbdafdff08dc38c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 21:19:20 +0000 Subject: [PATCH] Bump gitlint-core from 0.18.0 to 0.19.1 Bumps [gitlint-core](https://github.com/jorisroovers/gitlint) from 0.18.0 to 0.19.1. - [Release notes](https://github.com/jorisroovers/gitlint/releases) - [Changelog](https://github.com/jorisroovers/gitlint/blob/main/CHANGELOG.md) - [Commits](https://github.com/jorisroovers/gitlint/compare/v0.18.0...v0.19.1) --- updated-dependencies: - dependency-name: gitlint-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9fd5183..a547ed3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ develop = [ 'flake8==6.0.0; python_version >= "3.8"', 'flake8==5.0.4; python_version < "3.8"', "flake8-pyproject==1.2.3", - "gitlint-core==0.18.0", + "gitlint-core==0.19.1", 'isort==5.12.0; python_version >= "3.8"', 'isort==5.11.4; python_version < "3.8"', 'pre-commit==3.1.1; python_version >= "3.8"',