Skip to content

Commit 0e344c4

Browse files
build(deps): bump gitpython from 3.1.30 to 3.1.32 (#205)
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.30 to 3.1.32. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](gitpython-developers/GitPython@3.1.30...3.1.32) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a856a6 commit 0e344c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
entry_points={"console_scripts": ["gitopscli = gitopscli.__main__:main"]},
88
setup_requires=["wheel"],
99
install_requires=[
10-
"GitPython==3.1.30",
10+
"GitPython==3.1.32",
1111
"ruamel.yaml==0.16.5",
1212
"jsonpath-ng==1.5.3",
1313
"atlassian-python-api==1.14.5",

0 commit comments

Comments
 (0)