Skip to content

Commit

Permalink
Bump gitpython from 3.1.34 to 3.1.35 (#384)
Browse files Browse the repository at this point in the history
* Bump gitpython from 3.1.34 to 3.1.35

Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.34 to 3.1.35.
- [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.34...3.1.35)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Use compatible release operator for GitPython

This will prevent a need for future work to bump the patch version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GCHQDeveloper314 <94527357+GCHQDeveloper314@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and GCHQDeveloper314 authored Sep 14, 2023
1 parent 3ff1b50 commit c295e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ click==8.1.3
colorama==0.4.6
ghp-import==2.1.0
gitdb==4.0.10
GitPython==3.1.34
GitPython~=3.1.35
idna==3.4
importlib-metadata==6.6.0
Jinja2==3.1.2
Expand Down

0 comments on commit c295e33

Please sign in to comment.