Skip to content

Commit 485faa3

Browse files
Bump gitpython from 3.1.30 to 3.1.41 in /requirements
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] <support@github.com>
1 parent 648de2e commit 485faa3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

requirements/base.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ social-auth-app-django==4.0.0
1010
dj-database-url==0.4.2
1111

1212
# Git repo management
13-
GitPython==3.1.30
13+
GitPython==3.1.41
1414

1515
# django helpers
1616
django-braces==1.14.0

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ django-guardian==2.3.0
2929
# via -r base.in
3030
gitdb==4.0.7
3131
# via gitpython
32-
gitpython==3.1.30
32+
gitpython==3.1.41
3333
# via -r base.in
3434
idna==2.10
3535
# via requests

requirements/dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ chardet==4.0.0
1616
# via requests
1717
click==8.0.1
1818
# via pip-tools
19-
codecov==2.1.11
19+
codecov==2.1.13
2020
# via -r test.in
2121
coverage==5.5
2222
# via
@@ -49,7 +49,7 @@ flake8==3.9.2
4949
# via -r test.in
5050
gitdb==4.0.7
5151
# via gitpython
52-
gitpython==3.1.30
52+
gitpython==3.1.41
5353
# via -r base.in
5454
idna==2.10
5555
# via requests

requirements/test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ attrs==22.2.0
22
certifi==2022.12.7
33
cffi==1.15.1
44
chardet==4.0.0
5-
codecov==2.1.11
5+
codecov==2.1.13
66
coverage==7.0.5
77
cryptography==39.0.0
88
defusedxml==0.7.1
@@ -12,7 +12,7 @@ django-braces==1.14.0
1212
django-guardian==2.3.0
1313
flake8==3.9.2
1414
gitdb==4.0.10
15-
gitpython==3.1.30
15+
gitpython==3.1.41
1616
idna==2.10
1717
iniconfig==2.0.0
1818
isort==4.3.21

0 commit comments

Comments
 (0)