File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ beautifulsoup4==4.10.0;python_version>="3.5"
79
79
cryptography == 2.9.2 ;python_version < "3.5"
80
80
cryptography == 3.2.1 ;python_version >= "3.5" and python_version<"3.6"
81
81
cryptography == 3.4.8 ;python_version >= "3.6" and python_version<"3.7"
82
- cryptography == 36.0.0 ;python_version >= "3.7"
82
+ cryptography == 36.0.1 ;python_version >= "3.7"
83
83
pygments == 2.5.2 ;python_version < "3.5"
84
84
pygments == 2.10.0 ;python_version >= "3.5"
85
85
prompt-toolkit == 1.0.18 ;python_version < "3.5"
@@ -111,7 +111,7 @@ Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"
111
111
Pillow == 8.4.0 ;python_version >= "3.6"
112
112
typing-extensions == 3.10.0.2 ;python_version < "3.6"
113
113
typing-extensions == 4.0.0 ;python_version >= "3.6" and python_version<"3.8"
114
- rich == 10.16.0 ;python_version >= "3.6" and python_version<"4.0"
114
+ rich == 10.16.1 ;python_version >= "3.6" and python_version<"4.0"
115
115
tornado == 5.1.1 ;python_version < "3.5"
116
116
tornado == 6.1 ;python_version >= "3.5"
117
117
pdfminer.six == 20191110 ;python_version < "3.5"
Original file line number Diff line number Diff line change 198
198
'cryptography==2.9.2;python_version<"3.5"' ,
199
199
'cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"' ,
200
200
'cryptography==3.4.8;python_version>="3.6" and python_version<"3.7"' ,
201
- 'cryptography==36.0.0 ;python_version>="3.7"' ,
201
+ 'cryptography==36.0.1 ;python_version>="3.7"' ,
202
202
'pygments==2.5.2;python_version<"3.5"' ,
203
203
'pygments==2.10.0;python_version>="3.5"' ,
204
204
'prompt-toolkit==1.0.18;python_version<"3.5"' ,
230
230
'Pillow==8.4.0;python_version>="3.6"' ,
231
231
'typing-extensions==3.10.0.2;python_version<"3.6"' , # <3.8 for "rich"
232
232
'typing-extensions==4.0.0;python_version>="3.6" and python_version<"3.8"' , # noqa: E501
233
- 'rich==10.16.0 ;python_version>="3.6" and python_version<"4.0"' ,
233
+ 'rich==10.16.1 ;python_version>="3.6" and python_version<"4.0"' ,
234
234
'tornado==5.1.1;python_version<"3.5"' ,
235
235
'tornado==6.1;python_version>="3.5"' ,
236
236
'pdfminer.six==20191110;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments