File tree 4 files changed +34
-10
lines changed
4 files changed +34
-10
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ social-auth-app-django==4.0.0
10
10
dj-database-url==0.4.2
11
11
12
12
# Git repo management
13
- GitPython==3.1.11
13
+ GitPython==3.1.30
14
14
15
15
# django helpers
16
16
django-braces==1.14.0
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ django-guardian==2.3.0
29
29
# via -r base.in
30
30
gitdb==4.0.7
31
31
# via gitpython
32
- gitpython==3.1.11
32
+ gitpython==3.1.30
33
33
# via -r base.in
34
34
idna==2.10
35
35
# via requests
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ flake8==3.9.2
49
49
# via -r test.in
50
50
gitdb==4.0.7
51
51
# via gitpython
52
- gitpython==3.1.11
52
+ gitpython==3.1.30
53
53
# via -r base.in
54
54
idna==2.10
55
55
# via requests
Original file line number Diff line number Diff line change
1
+ attrs==22.2.0
2
+ certifi==2022.12.7
3
+ cffi==1.15.1
4
+ chardet==4.0.0
1
5
codecov==2.1.11
6
+ coverage==7.0.5
7
+ cryptography==39.0.0
8
+ defusedxml==0.7.1
2
9
dj-database-url==0.4.2
10
+ django==2.2.28
3
11
django-braces==1.14.0
4
12
django-guardian==2.3.0
5
-
6
- django==2.2.28
7
13
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
10
18
isort==4.3.21
19
+ mccabe==0.6.1
11
20
model-bakery==1.2.0
12
-
21
+ oauthlib==3.2.2
22
+ packaging==23.0
13
23
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
16
31
pytest==6.2.4
17
32
pytest-cov==2.12.1
18
33
pytest-django==4.4.0
34
+ python3-openid==3.2.0
35
+ pytz==2022.7.1
19
36
requests==2.25.1
37
+ requests-oauthlib==1.3.1
20
38
rollbar==0.15.1
39
+ six==1.16.0
40
+ smmap==5.0.0
21
41
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
You can’t perform that action at this time.
0 commit comments