From e28b43068f0f18e649467879873826cccb8ee6e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 23:32:33 +0000 Subject: [PATCH] chore(deps): bump commit-check from 2.18.0 to 2.18.1 Bumps [commit-check](https://github.com/commit-check/commit-check) from 2.18.0 to 2.18.1. - [Release notes](https://github.com/commit-check/commit-check/releases) - [Commits](https://github.com/commit-check/commit-check/compare/v2.18.0...v2.18.1) --- updated-dependencies: - dependency-name: commit-check dependency-version: 2.18.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 b6c384a0..24720c6b 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.18.0 +commit-check==2.18.1 # Interact with the GitHub API. PyGithub==2.10.0