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 @@ -60,7 +60,7 @@ py==1.8.1;python_version<"3.5"
60
60
py == 1.11.0 ;python_version >= "3.5"
61
61
pytest == 4.6.11 ;python_version < "3.5"
62
62
pytest == 6.1.2 ;python_version >= "3.5" and python_version<"3.6"
63
- pytest == 7.0.0 ;python_version >= "3.6"
63
+ pytest == 7.0.1 ;python_version >= "3.6"
64
64
pytest-forked == 1.3.0 ;python_version < "3.6"
65
65
pytest-forked == 1.4.0 ;python_version >= "3.6"
66
66
pytest-html == 1.22.1 ;python_version < "3.6"
@@ -88,7 +88,7 @@ pygments==2.5.2;python_version<"3.5"
88
88
pygments == 2.11.2 ;python_version >= "3.5"
89
89
prompt-toolkit == 1.0.18 ;python_version < "3.5"
90
90
prompt-toolkit == 2.0.10 ;python_version >= "3.5" and python_version<"3.6"
91
- prompt-toolkit == 3.0.27 ;python_version >= "3.6"
91
+ prompt-toolkit == 3.0.28 ;python_version >= "3.6"
92
92
decorator == 4.4.2 ;python_version < "3.5"
93
93
decorator == 5.1.1 ;python_version >= "3.5"
94
94
ipython == 5.10.0 ;python_version < "3.5"
Original file line number Diff line number Diff line change 185
185
'py==1.11.0;python_version>="3.5"' ,
186
186
'pytest==4.6.11;python_version<"3.5"' ,
187
187
'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"' ,
188
- 'pytest==7.0.0 ;python_version>="3.6"' ,
188
+ 'pytest==7.0.1 ;python_version>="3.6"' ,
189
189
'pytest-forked==1.3.0;python_version<"3.6"' ,
190
190
'pytest-forked==1.4.0;python_version>="3.6"' ,
191
191
'pytest-html==1.22.1;python_version<"3.6"' ,
213
213
'pygments==2.11.2;python_version>="3.5"' ,
214
214
'prompt-toolkit==1.0.18;python_version<"3.5"' ,
215
215
'prompt-toolkit==2.0.10;python_version>="3.5" and python_version<"3.6"' , # noqa: E501
216
- 'prompt-toolkit==3.0.27 ;python_version>="3.6"' ,
216
+ 'prompt-toolkit==3.0.28 ;python_version>="3.6"' ,
217
217
'decorator==4.4.2;python_version<"3.5"' ,
218
218
'decorator==5.1.1;python_version>="3.5"' ,
219
219
'ipython==5.10.0;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments