From 4cce3c369a0f8ccf17a7ae373e3b8e055990764b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 23:40:33 +0000 Subject: [PATCH] chore(deps): bump commit-check from 0.9.8 to 0.9.9 Bumps [commit-check](https://github.com/commit-check/commit-check) from 0.9.8 to 0.9.9. - [Release notes](https://github.com/commit-check/commit-check/releases) - [Commits](https://github.com/commit-check/commit-check/compare/v0.9.8...v0.9.9) --- updated-dependencies: - dependency-name: commit-check dependency-version: 0.9.9 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 83f85af..8afa311 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==0.9.8 +commit-check==0.9.9 # Interact with the GitHub API. PyGithub==2.6.1