summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-21 09:10:22 +0200
committerGitHub <noreply@github.com>2023-07-21 09:10:22 +0200
commit9b0471616cc25b1333ff3a069d392ae44ce3d607 (patch)
treec2019dc9e23152ac19e6f3336547a2b090eb5842
parentb162988904282864d4f647300ad48de30288c915 (diff)
Bump click from 8.1.3 to 8.1.6 in /gitlint-core (#522)
Bumps [click](https://github.com/pallets/click) from 8.1.3 to 8.1.6. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/8.1.6/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.1.3...8.1.6) --- 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 36f9708..cabe6d1 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.3",
+ "Click==8.1.6",
]
[project.scripts]