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 @@ -84,11 +84,11 @@ pymysql==0.10.1;python_version<"3.6"
84
84
pymysql == 1.0.2 ;python_version >= "3.6"
85
85
pyotp == 2.6.0
86
86
boto == 2.49.0
87
- cffi == 1.14.5
87
+ cffi == 1.14.6
88
88
toml == 0.10.2
89
89
Pillow == 6.2.2 ;python_version < "3.5"
90
90
Pillow == 7.2.0 ;python_version >= "3.5" and python_version<"3.6"
91
- Pillow == 8.3.0 ;python_version >= "3.6"
91
+ Pillow == 8.3.1 ;python_version >= "3.6"
92
92
rich == 10.5.0 ;python_version >= "3.6" and python_version<"4.0"
93
93
tornado == 5.1.1 ;python_version < "3.5"
94
94
tornado == 6.1 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 199
199
'pymysql==1.0.2;python_version>="3.6"' ,
200
200
"pyotp==2.6.0" ,
201
201
"boto==2.49.0" ,
202
- "cffi==1.14.5 " ,
202
+ "cffi==1.14.6 " ,
203
203
"toml==0.10.2" ,
204
204
'Pillow==6.2.2;python_version<"3.5"' ,
205
205
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"' ,
206
- 'Pillow==8.3.0 ;python_version>="3.6"' ,
206
+ 'Pillow==8.3.1 ;python_version>="3.6"' ,
207
207
'rich==10.5.0;python_version>="3.6" and python_version<"4.0"' ,
208
208
'tornado==5.1.1;python_version<"3.5"' ,
209
209
'tornado==6.1;python_version>="3.5"' ,
You can’t perform that action at this time.
0 commit comments