Skip to content

Commit 648de2e

Browse files
Merge pull request #444 from ModellingWebLab/dependabot/pip/requirements/gitpython-3.1.30
Bump gitpython from 3.1.11 to 3.1.30 in /requirements
2 parents 1b409a3 + e15b55d commit 648de2e

File tree

4 files changed

+34
-10
lines changed

4 files changed

+34
-10
lines changed

requirements/base.in

+1-1
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.11
13+
GitPython==3.1.30
1414

1515
# django helpers
1616
django-braces==1.14.0

requirements/base.txt

+1-1
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.11
32+
gitpython==3.1.30
3333
# via -r base.in
3434
idna==2.10
3535
# via requests

requirements/dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.11
52+
gitpython==3.1.30
5353
# via -r base.in
5454
idna==2.10
5555
# via requests

requirements/test.txt

+31-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,45 @@
1+
attrs==22.2.0
2+
certifi==2022.12.7
3+
cffi==1.15.1
4+
chardet==4.0.0
15
codecov==2.1.11
6+
coverage==7.0.5
7+
cryptography==39.0.0
8+
defusedxml==0.7.1
29
dj-database-url==0.4.2
10+
django==2.2.28
311
django-braces==1.14.0
412
django-guardian==2.3.0
5-
6-
django==2.2.28
713
flake8==3.9.2
8-
gitpython==3.1.11
9-
14+
gitdb==4.0.10
15+
gitpython==3.1.30
16+
idna==2.10
17+
iniconfig==2.0.0
1018
isort==4.3.21
19+
mccabe==0.6.1
1120
model-bakery==1.2.0
12-
21+
oauthlib==3.2.2
22+
packaging==23.0
1323
pint==0.9
14-
psycopg2
15-
24+
pluggy==0.13.1
25+
psycopg2==2.8.6
26+
py==1.11.0
27+
pycodestyle==2.7.0
28+
pycparser==2.21
29+
pyflakes==2.3.1
30+
pyjwt==2.6.0
1631
pytest==6.2.4
1732
pytest-cov==2.12.1
1833
pytest-django==4.4.0
34+
python3-openid==3.2.0
35+
pytz==2022.7.1
1936
requests==2.25.1
37+
requests-oauthlib==1.3.1
2038
rollbar==0.15.1
39+
six==1.16.0
40+
smmap==5.0.0
2141
social-auth-app-django==4.0.0
42+
social-auth-core==4.3.0
43+
sqlparse==0.4.3
44+
toml==0.10.2
45+
urllib3==1.26.14

0 commit comments

Comments
 (0)