Skip to content

Commit

Permalink
Bump gitpython from 3.1.14 to 3.1.30 (#50)
Browse files Browse the repository at this point in the history
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.14 to 3.1.30.
- [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.14...3.1.30)

---
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>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 8692816 commit 25fd48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ docutils==0.16; (python_version >= "2.7" and python_full_version < "3.0.0") or (
funcsigs==1.0.2
future==0.18.2; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
gitdb==4.0.7; python_version >= "3.6"
gitpython==3.1.14; python_version >= "3.6"
gitpython==3.1.30; python_version >= "3.6"
idna==2.10; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
imagesize==1.2.0; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
importlib-metadata==3.10.0; python_version < "3.8" and python_version >= "3.6"
Expand Down

0 comments on commit 25fd48e

Please sign in to comment.