From 7162d7a2c38695dea264e2c84ad3fad7ac1ab41e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 10:10:23 +0000 Subject: [PATCH] chore(deps): bump commit-check from 2.13.1 to 2.13.3 Bumps [commit-check](https://github.com/commit-check/commit-check) from 2.13.1 to 2.13.3. - [Release notes](https://github.com/commit-check/commit-check/releases) - [Commits](https://github.com/commit-check/commit-check/compare/v2.13.1...v2.13.3) --- updated-dependencies: - dependency-name: commit-check dependency-version: 2.13.3 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 4c9714d..9c031d1 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.13.1 +commit-check==2.13.3 # Interact with the GitHub API. PyGithub==2.9.1