Skip to content

Commit 4ed9761

Browse files
Bump sh from 1.14.2 to 1.14.3 in /gitlint-core (#370)
Bumps [sh](https://github.com/amoffat/sh) from 1.14.2 to 1.14.3. - [Release notes](https://github.com/amoffat/sh/releases) - [Changelog](https://github.com/amoffat/sh/blob/develop/CHANGELOG.md) - [Commits](amoffat/sh@1.14.2...1.14.3) --- updated-dependencies: - dependency-name: sh dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]>
1 parent 53d3abd commit 4ed9761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlint-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def get_version(package):
6868
"trusted-deps": [
6969
"Click==8.0.3",
7070
"arrow==1.2.1",
71-
'sh==1.14.2 ; sys_platform != "win32"',
71+
'sh==1.14.3 ; sys_platform != "win32"',
7272
],
7373
},
7474
keywords="gitlint git lint",

0 commit comments

Comments
 (0)