This repository was archived by the owner on Jun 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +133
-132
lines changed Expand file tree Collapse file tree 6 files changed +133
-132
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# make upgrade
6
6
#
7
- certifi==2023.7.22
7
+ certifi==2024.2.2
8
8
# via requests
9
9
cffi==1.16.0
10
10
# via
11
11
# cryptography
12
12
# pynacl
13
- charset-normalizer==3.3.1
13
+ charset-normalizer==3.3.2
14
14
# via requests
15
15
click==8.1.7
16
16
# via -r requirements/base.in
17
- cryptography==41 .0.4
17
+ cryptography==42 .0.5
18
18
# via pyjwt
19
19
deprecated==1.2.14
20
20
# via pygithub
21
21
gitdb==4.0.11
22
22
# via gitpython
23
- gitpython==3.1.40
23
+ gitpython==3.1.42
24
24
# via -r requirements/base.in
25
- idna==3.4
25
+ idna==3.6
26
26
# via requests
27
- packaging==23.2
27
+ packaging==24.0
28
28
# via -r requirements/base.in
29
29
pycparser==2.21
30
30
# via cffi
31
- pygithub==2.1.1
31
+ pygithub==2.2.0
32
32
# via -r requirements/base.in
33
33
pyjwt[crypto]==2.8.0
34
- # via
35
- # pygithub
36
- # pyjwt
37
- pynacl==1.5.0
38
34
# via pygithub
39
- python-dateutil==2.8.2
35
+ pynacl==1.5.0
40
36
# via pygithub
41
37
requests==2.31.0
42
38
# via
43
39
# -r requirements/base.in
44
40
# pygithub
45
- six==1.16.0
46
- # via python-dateutil
47
41
smmap==5.0.1
48
42
# via gitdb
49
- typing-extensions==4.8 .0
43
+ typing-extensions==4.10 .0
50
44
# via pygithub
51
- urllib3==2.0.7
45
+ urllib3==2.2.1
52
46
# via
53
47
# pygithub
54
48
# requests
55
- wrapt==1.15 .0
49
+ wrapt==1.16 .0
56
50
# via deprecated
Original file line number Diff line number Diff line change 4
4
#
5
5
# make upgrade
6
6
#
7
- distlib==0.3.7
7
+ cachetools==5.3.3
8
+ # via tox
9
+ chardet==5.2.0
10
+ # via tox
11
+ colorama==0.4.6
12
+ # via tox
13
+ distlib==0.3.8
8
14
# via virtualenv
9
- filelock==3.12.4
15
+ filelock==3.13.1
10
16
# via
11
17
# tox
12
18
# virtualenv
13
- packaging==23.2
14
- # via tox
15
- platformdirs==3.11.0
16
- # via virtualenv
17
- pluggy==1.3.0
18
- # via tox
19
- py==1.11.0
19
+ packaging==24.0
20
+ # via
21
+ # pyproject-api
22
+ # tox
23
+ platformdirs==4.2.0
24
+ # via
25
+ # tox
26
+ # virtualenv
27
+ pluggy==1.4.0
20
28
# via tox
21
- six ==1.16.0
29
+ pyproject-api ==1.6.1
22
30
# via tox
23
31
tomli==2.0.1
24
- # via tox
25
- tox==3.28.0
26
32
# via
27
- # -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
28
- # -r requirements/ci.in
29
- virtualenv==20.24.5
33
+ # pyproject-api
34
+ # tox
35
+ tox==4.14.1
36
+ # via -r requirements/ci.in
37
+ virtualenv==20.25.1
30
38
# via tox
You can’t perform that action at this time.
0 commit comments