File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,8 @@ py==1.8.1;python_version<"3.5"
63
63
py == 1.11.0 ;python_version >= "3.5"
64
64
pytest == 4.6.11 ;python_version < "3.5"
65
65
pytest == 6.1.2 ;python_version >= "3.5" and python_version<"3.6"
66
- pytest == 7.0.1 ;python_version >= "3.6"
66
+ pytest == 7.0.1 ;python_version >= "3.6" and python_version<"3.7"
67
+ pytest == 7.1.0 ;python_version >= "3.7"
67
68
pytest-forked == 1.3.0 ;python_version < "3.6"
68
69
pytest-forked == 1.4.0 ;python_version >= "3.6"
69
70
pytest-html == 1.22.1 ;python_version < "3.6"
@@ -86,7 +87,7 @@ beautifulsoup4==4.9.3;python_version<"3.5"
86
87
beautifulsoup4 == 4.10.0 ;python_version >= "3.5"
87
88
cryptography == 2.9.2 ;python_version < "3.5"
88
89
cryptography == 3.2.1 ;python_version >= "3.5" and python_version<"3.6"
89
- cryptography == 36.0.1 ;python_version >= "3.6"
90
+ cryptography == 36.0.2 ;python_version >= "3.6"
90
91
pygments == 2.5.2 ;python_version < "3.5"
91
92
pygments == 2.11.2 ;python_version >= "3.5"
92
93
prompt-toolkit == 1.0.18 ;python_version < "3.5"
Original file line number Diff line number Diff line change 188
188
'py==1.11.0;python_version>="3.5"' ,
189
189
'pytest==4.6.11;python_version<"3.5"' ,
190
190
'pytest==6.1.2;python_version>="3.5" and python_version<"3.6"' ,
191
- 'pytest==7.0.1;python_version>="3.6"' ,
191
+ 'pytest==7.0.1;python_version>="3.6" and python_version<"3.7"' ,
192
+ 'pytest==7.1.0;python_version>="3.7"' ,
192
193
'pytest-forked==1.3.0;python_version<"3.6"' ,
193
194
'pytest-forked==1.4.0;python_version>="3.6"' ,
194
195
'pytest-html==1.22.1;python_version<"3.6"' ,
211
212
'beautifulsoup4==4.10.0;python_version>="3.5"' ,
212
213
'cryptography==2.9.2;python_version<"3.5"' ,
213
214
'cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"' ,
214
- 'cryptography==36.0.1 ;python_version>="3.6"' ,
215
+ 'cryptography==36.0.2 ;python_version>="3.6"' ,
215
216
'pygments==2.5.2;python_version<"3.5"' ,
216
217
'pygments==2.11.2;python_version>="3.5"' ,
217
218
'prompt-toolkit==1.0.18;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments