From 9b0471616cc25b1333ff3a069d392ae44ce3d607 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 09:10:22 +0200 Subject: 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gitlint-core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- cgit v1.2.3