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"
8080pytest-html == 2.0.1 ;python_version >= "3.6"
8181pytest-metadata == 1.8.0 ;python_version < "3.6"
8282pytest-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"
8484pytest-ordering == 0.6
8585pytest-rerunfailures == 8.0 ;python_version < "3.6"
8686pytest-rerunfailures == 10.2 ;python_version >= "3.6"
@@ -98,7 +98,7 @@ beautifulsoup4==4.9.3;python_version<"3.6"
9898beautifulsoup4 == 4.11.1 ;python_version >= "3.6"
9999cryptography == 2.9.2 ;python_version < "3.6"
100100cryptography == 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"
102102pygments == 2.5.2 ;python_version < "3.6"
103103pygments == 2.13.0 ;python_version >= "3.6"
104104prompt-toolkit == 1.0.18 ;python_version < "3.6"
Original file line number Diff line number Diff line change 205205 'pytest-html==2.0.1;python_version>="3.6"' , # Newer ones had issues
206206 'pytest-metadata==1.8.0;python_version<"3.6"' ,
207207 '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"' ,
209209 "pytest-ordering==0.6" ,
210210 'pytest-rerunfailures==8.0;python_version<"3.6"' ,
211211 'pytest-rerunfailures==10.2;python_version>="3.6"' ,
223223 'beautifulsoup4==4.11.1;python_version>="3.6"' ,
224224 'cryptography==2.9.2;python_version<"3.6"' ,
225225 '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"' ,
227227 'pygments==2.5.2;python_version<"3.6"' ,
228228 'pygments==2.13.0;python_version>="3.6"' ,
229229 'prompt-toolkit==1.0.18;python_version<"3.6"' ,
You can’t perform that action at this time.
0 commit comments