From 11d4f25312020086868166f0b122e85c9e67a32e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 17:02:07 +0000 Subject: [PATCH] chore(deps): bump commit-check from 2.4.0 to 2.4.1 Bumps [commit-check](https://github.com/commit-check/commit-check) from 2.4.0 to 2.4.1. - [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.4.0...v2.4.1) --- updated-dependencies: - dependency-name: commit-check dependency-version: 2.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f445351..cd80600 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.4.0 +commit-check==2.4.1 # Interact with the GitHub API. PyGithub==2.8.1