Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 10, 2024
1 parent 648de2e commit 485faa3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ social-auth-app-django==4.0.0
dj-database-url==0.4.2

# Git repo management
GitPython==3.1.30
GitPython==3.1.41

# django helpers
django-braces==1.14.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ django-guardian==2.3.0
# via -r base.in
gitdb==4.0.7
# via gitpython
gitpython==3.1.30
gitpython==3.1.41
# via -r base.in
idna==2.10
# via requests
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ chardet==4.0.0
# via requests
click==8.0.1
# via pip-tools
codecov==2.1.11
codecov==2.1.13
# via -r test.in
coverage==5.5
# via
Expand Down Expand Up @@ -49,7 +49,7 @@ flake8==3.9.2
# via -r test.in
gitdb==4.0.7
# via gitpython
gitpython==3.1.30
gitpython==3.1.41
# via -r base.in
idna==2.10
# via requests
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ attrs==22.2.0
certifi==2022.12.7
cffi==1.15.1
chardet==4.0.0
codecov==2.1.11
codecov==2.1.13
coverage==7.0.5
cryptography==39.0.0
defusedxml==0.7.1
Expand All @@ -12,7 +12,7 @@ django-braces==1.14.0
django-guardian==2.3.0
flake8==3.9.2
gitdb==4.0.10
gitpython==3.1.30
gitpython==3.1.41
idna==2.10
iniconfig==2.0.0
isort==4.3.21
Expand Down

0 comments on commit 485faa3

Please sign in to comment.