From 22c430e450dec93d6bc5f03454f668aacd0040a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 23:07:02 +0000 Subject: [PATCH] chore(deps): bump commit-check from 2.1.2 to 2.2.0 Bumps [commit-check](https://github.com/commit-check/commit-check) from 2.1.2 to 2.2.0. - [Release notes](https://github.com/commit-check/commit-check/releases) - [Changelog](https://github.com/commit-check/commit-check/blob/main/docs/changelog.rst) - [Commits](https://github.com/commit-check/commit-check/compare/v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: commit-check dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 830b52a..1cb8661 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Install commit-check CLI # For details please see: https://github.com/commit-check/commit-check -commit-check==2.1.2 +commit-check==2.2.0 # Interact with the GitHub API. PyGithub==2.8.1