summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-02 10:25:25 +0200
committerGitHub <noreply@github.com>2023-09-02 10:25:25 +0200
commitc4ee70080f10b9dabdc75ae8c50716ba1e7d53d6 (patch)
tree7d1d9161e04947439deee864bb4fcf6c273503b0
parent5dd82d5b4268a1fe3803d7e6acadebc6616122bf (diff)
Bump click from 8.1.6 to 8.1.7 in /gitlint-core (#524)
Bumps [click](https://github.com/pallets/click) from 8.1.6 to 8.1.7. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.1.6...8.1.7) --- updated-dependencies: - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--gitlint-core/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlint-core/pyproject.toml b/gitlint-core/pyproject.toml
index cabe6d1..6b35386 100644
--- a/gitlint-core/pyproject.toml
+++ b/gitlint-core/pyproject.toml
@@ -41,7 +41,7 @@ dependencies = [
[project.optional-dependencies]
trusted-deps = [
"arrow==1.2.3",
- "Click==8.1.6",
+ "Click==8.1.7",
]
[project.scripts]