File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 1
1
asn1==2.2.0 # asn1 2.3.0 introduces enum34 as a dependency, which causes problems on some envs
2
- cryptography==2.8.0
2
+ cryptography==39.0.1
3
3
cffi==1.14.3
4
4
future==0.18.2
5
5
itsdangerous==1.1.0
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ cffi==1.14.3
14
14
# cryptography
15
15
chardet == 3.0.4
16
16
# via requests
17
- cryptography == 2.8
17
+ cryptography == 39.0.1
18
18
# via
19
19
# -r requirements.in
20
20
# pyopenssl
@@ -43,10 +43,7 @@ pyyaml==5.2
43
43
requests == 2.21.0
44
44
# via -r requirements.in
45
45
six == 1.10.0
46
- # via
47
- # cryptography
48
- # protobuf
49
- # pyopenssl
46
+ # via pyopenssl
50
47
urllib3 == 1.24.3
51
48
# via
52
49
# -r requirements.in
@@ -55,6 +52,3 @@ wheel==0.33.6
55
52
# via -r requirements.in
56
53
wrapt == 1.11.2
57
54
# via deprecated
58
-
59
- # The following packages are considered to be unsafe in a requirements file:
60
- # setuptools
You can’t perform that action at this time.
0 commit comments