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 @@ -30,7 +30,7 @@ py==1.10.0;python_version>="3.5"
30
30
pytest == 4.6.11 ;python_version < "3.5"
31
31
pytest == 6.1.2 ;python_version >= "3.5" and python_version<"3.6"
32
32
pytest == 6.2.1 ;python_version >= "3.6"
33
- pytest-cov == 2.11.0
33
+ pytest-cov == 2.11.1
34
34
pytest-forked == 1.3.0
35
35
pytest-html == 1.22.1 ;python_version < "3.6"
36
36
pytest-html == 2.0.1 ;python_version >= "3.6"
@@ -56,7 +56,7 @@ pygments==2.7.4;python_version>="3.5"
56
56
traitlets == 4.3.3 ;python_version < "3.7"
57
57
traitlets == 5.0.5 ;python_version >= "3.7"
58
58
prompt-toolkit == 1.0.18 ;python_version < "3.6"
59
- prompt-toolkit == 3.0.10 ;python_version >= "3.6"
59
+ prompt-toolkit == 3.0.11 ;python_version >= "3.6"
60
60
ipython == 5.10.0 ;python_version < "3.5"
61
61
ipython == 6.5.0 ;python_version >= "3.5" and python_version<"3.6"
62
62
ipython == 7.16.1 ;python_version >= "3.6" and python_version<"3.7"
Original file line number Diff line number Diff line change 134
134
'pytest==4.6.11;python_version<"3.5"' ,
135
135
'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"' ,
136
136
'pytest==6.2.1;python_version>="3.6"' ,
137
- 'pytest-cov==2.11.0 ' ,
137
+ 'pytest-cov==2.11.1 ' ,
138
138
'pytest-forked==1.3.0' ,
139
139
'pytest-html==1.22.1;python_version<"3.6"' ,
140
140
'pytest-html==2.0.1;python_version>="3.6"' ,
161
161
'traitlets==5.0.5;python_version>="3.7"' ,
162
162
'ipython==5.10.0;python_version<"3.5"' ,
163
163
'prompt-toolkit==1.0.18;python_version<"3.6"' ,
164
- 'prompt-toolkit==3.0.10 ;python_version>="3.6"' ,
164
+ 'prompt-toolkit==3.0.11 ;python_version>="3.6"' ,
165
165
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"' ,
166
166
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"' ,
167
167
'ipython==7.19.0;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments