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 @@ -33,7 +33,7 @@ py==1.8.1;python_version<"3.5"
33
33
py == 1.10.0 ;python_version >= "3.5"
34
34
pytest == 4.6.11 ;python_version < "3.5"
35
35
pytest == 6.1.2 ;python_version >= "3.5" and python_version<"3.6"
36
- pytest == 6.2.2 ;python_version >= "3.6"
36
+ pytest == 6.2.3 ;python_version >= "3.6"
37
37
pytest-forked == 1.3.0
38
38
pytest-html == 1.22.1 ;python_version < "3.6"
39
39
pytest-html == 2.0.1 ;python_version >= "3.6"
@@ -79,7 +79,7 @@ toml==0.10.2
79
79
Pillow == 6.2.2 ;python_version < "3.5"
80
80
Pillow == 7.2.0 ;python_version >= "3.5" and python_version<"3.6"
81
81
Pillow == 8.2.0 ;python_version >= "3.6"
82
- rich == 10.0.1 ;python_version >= "3.6" and python_version<"4.0"
82
+ rich == 10.1.0 ;python_version >= "3.6" and python_version<"4.0"
83
83
tornado == 5.1.1 ;python_version < "3.5"
84
84
tornado == 6.1 ;python_version >= "3.5"
85
85
pdfminer.six == 20191110 ;python_version < "3.5"
Original file line number Diff line number Diff line change 139
139
'py==1.10.0;python_version>="3.5"' ,
140
140
'pytest==4.6.11;python_version<"3.5"' ,
141
141
'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"' ,
142
- 'pytest==6.2.2 ;python_version>="3.6"' ,
142
+ 'pytest==6.2.3 ;python_version>="3.6"' ,
143
143
'pytest-forked==1.3.0' ,
144
144
'pytest-html==1.22.1;python_version<"3.6"' ,
145
145
'pytest-html==2.0.1;python_version>="3.6"' ,
185
185
'Pillow==6.2.2;python_version<"3.5"' ,
186
186
'Pillow==7.2.0;python_version>="3.5" and python_version<"3.6"' ,
187
187
'Pillow==8.2.0;python_version>="3.6"' ,
188
- 'rich==10.0.1 ;python_version>="3.6" and python_version<"4.0"' ,
188
+ 'rich==10.1.0 ;python_version>="3.6" and python_version<"4.0"' ,
189
189
'tornado==5.1.1;python_version<"3.5"' ,
190
190
'tornado==6.1;python_version>="3.5"' ,
191
191
'pdfminer.six==20191110;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments