Skip to content

Commit

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

---
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 Sep 9, 2023
1 parent 68948f5 commit 7fcefcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
7 changes: 1 addition & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ flask-cdn==1.5.3
# via -r base.in
gitdb==4.0.10
# via gitpython
gitpython==3.1.32
gitpython==3.1.34
# via -r base.in
gunicorn==21.2.0
# via -r base.in
Expand Down Expand Up @@ -60,11 +60,6 @@ sentry-sdk[flask]==1.29.2
# via -r base.in
smmap==5.0.0
# via gitdb
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
urllib3==2.0.4
# via sentry-sdk
werkzeug==2.3.7
Expand Down
18 changes: 2 additions & 16 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ dill==0.3.7
envparse==0.2.0
# via -r base.txt
exceptiongroup==1.1.3
# via
# pytest
# trio
# trio-websocket
# via trio-websocket
flask==2.3.2
# via
# -r base.txt
Expand All @@ -53,7 +50,7 @@ gitdb==4.0.10
# via
# -r base.txt
# gitpython
gitpython==3.1.32
gitpython==3.1.34
# via -r base.txt
gunicorn==21.2.0
# via -r base.txt
Expand Down Expand Up @@ -131,15 +128,6 @@ sniffio==1.3.0
# via trio
sortedcontainers==2.4.0
# via trio
tomli==2.0.1
# via
# -r base.txt
# autopep8
# build
# pip-tools
# pylint
# pyproject-hooks
# pytest
tomlkit==0.12.1
# via pylint
trio==0.22.2
Expand All @@ -148,8 +136,6 @@ trio==0.22.2
# trio-websocket
trio-websocket==0.10.3
# via selenium
typing-extensions==4.7.1
# via astroid
urllib3[socks]==2.0.4
# via
# -r base.txt
Expand Down

0 comments on commit 7fcefcc

Please sign in to comment.