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 @@ -58,7 +58,7 @@ ipython==7.19.0;python_version>="3.7"
58
58
colorama == 0.4.4
59
59
pathlib2 == 2.3.5 ;python_version < "3.5"
60
60
importlib-metadata == 2.0.0 ;python_version < "3.6"
61
- virtualenv >= 20.2.1
61
+ virtualenv >= 20.2.2
62
62
pymysql == 0.10.1
63
63
coverage == 5.3
64
64
brython == 3.9.0
@@ -79,6 +79,6 @@ pyflakes==2.2.0;python_version>="3.5"
79
79
tornado == 5.1.1 ;python_version < "3.5"
80
80
tornado == 6.1 ;python_version >= "3.5"
81
81
allure-pytest == 2.8.22 ;python_version < "3.5"
82
- allure-pytest == 2.8.23 ;python_version >= "3.5"
82
+ allure-pytest == 2.8.24 ;python_version >= "3.5"
83
83
pdfminer.six == 20191110 ;python_version < "3.5"
84
84
pdfminer.six == 20201018 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 162
162
'colorama==0.4.4' ,
163
163
'pathlib2==2.3.5;python_version<"3.5"' , # Sync with "virtualenv"
164
164
'importlib-metadata==2.0.0;python_version<"3.6"' , # Sync "virtualenv"
165
- 'virtualenv>=20.2.1 ' , # Sync with importlib-metadata and pathlib2
165
+ 'virtualenv>=20.2.2 ' , # Sync with importlib-metadata and pathlib2
166
166
'pymysql==0.10.1' ,
167
167
'coverage==5.3' ,
168
168
'brython==3.9.0' ,
183
183
'tornado==5.1.1;python_version<"3.5"' ,
184
184
'tornado==6.1;python_version>="3.5"' ,
185
185
'allure-pytest==2.8.22;python_version<"3.5"' ,
186
- 'allure-pytest==2.8.23 ;python_version>="3.5"' ,
186
+ 'allure-pytest==2.8.24 ;python_version>="3.5"' ,
187
187
'pdfminer.six==20191110;python_version<"3.5"' ,
188
188
'pdfminer.six==20201018;python_version>="3.5"' ,
189
189
],
You can’t perform that action at this time.
0 commit comments