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 @@ -80,7 +80,7 @@ pytest-html==1.22.1;python_version<"3.6"
80
80
pytest-html == 2.0.1 ;python_version >= "3.6"
81
81
pytest-metadata == 1.8.0 ;python_version < "3.6"
82
82
pytest-metadata == 1.11.0 ;python_version >= "3.6" and python_version<"3.7"
83
- pytest-metadata == 2.0.3 ;python_version >= "3.7"
83
+ pytest-metadata == 2.0.4 ;python_version >= "3.7"
84
84
pytest-ordering == 0.6
85
85
pytest-rerunfailures == 8.0 ;python_version < "3.6"
86
86
pytest-rerunfailures == 10.2 ;python_version >= "3.6"
@@ -98,7 +98,7 @@ beautifulsoup4==4.9.3;python_version<"3.6"
98
98
beautifulsoup4 == 4.11.1 ;python_version >= "3.6"
99
99
cryptography == 2.9.2 ;python_version < "3.6"
100
100
cryptography == 36.0.2 ;python_version >= "3.6" and python_version<"3.7"
101
- cryptography == 38.0.1 ;python_version >= "3.7"
101
+ cryptography == 38.0.3 ;python_version >= "3.7"
102
102
pygments == 2.5.2 ;python_version < "3.6"
103
103
pygments == 2.13.0 ;python_version >= "3.6"
104
104
prompt-toolkit == 1.0.18 ;python_version < "3.6"
Original file line number Diff line number Diff line change 205
205
'pytest-html==2.0.1;python_version>="3.6"' , # Newer ones had issues
206
206
'pytest-metadata==1.8.0;python_version<"3.6"' ,
207
207
'pytest-metadata==1.11.0;python_version>="3.6" and python_version<"3.7"' , # noqa: E501
208
- 'pytest-metadata==2.0.3 ;python_version>="3.7"' ,
208
+ 'pytest-metadata==2.0.4 ;python_version>="3.7"' ,
209
209
"pytest-ordering==0.6" ,
210
210
'pytest-rerunfailures==8.0;python_version<"3.6"' ,
211
211
'pytest-rerunfailures==10.2;python_version>="3.6"' ,
223
223
'beautifulsoup4==4.11.1;python_version>="3.6"' ,
224
224
'cryptography==2.9.2;python_version<"3.6"' ,
225
225
'cryptography==36.0.2;python_version>="3.6" and python_version<"3.7"' ,
226
- 'cryptography==38.0.1 ;python_version>="3.7"' ,
226
+ 'cryptography==38.0.3 ;python_version>="3.7"' ,
227
227
'pygments==2.5.2;python_version<"3.6"' ,
228
228
'pygments==2.13.0;python_version>="3.6"' ,
229
229
'prompt-toolkit==1.0.18;python_version<"3.6"' ,
You can’t perform that action at this time.
0 commit comments