Skip to content

Commit

Permalink
Bump gitpython from 3.0.6 to 3.1.41
Browse files Browse the repository at this point in the history
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.0.6 to 3.1.41.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.0.6...3.1.41)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent 6806946 commit 88bd5aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GitPython==3.0.6
GitPython==3.1.41
unittest2==1.1.0
pytest-cov==2.5.1
codecov==2.0.15
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
license='GNU',
packages = ['truffleHog'],
install_requires=[
'GitPython == 3.0.6',
'GitPython == 3.1.41',
'truffleHogRegexes == 0.0.7'
],
entry_points = {
Expand Down

0 comments on commit 88bd5aa

Please sign in to comment.