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 @@ -14,7 +14,7 @@ filelock~=3.16.1;python_version<"3.9"
1414filelock ~= 3.19.1 ;python_version >= "3.9" and python_version<"3.10"
1515filelock >= 3.20.0 ;python_version >= "3.10"
1616fasteners >= 0.20
17- mycdp >= 1.2.0
17+ mycdp >= 1.2.1
1818pynose >= 1.5.5
1919platformdirs ~= 4.3.6 ;python_version < "3.9"
2020platformdirs ~= 4.4.0 ;python_version >= "3.9" and python_version<"3.10"
@@ -66,7 +66,8 @@ pytest-html==4.0.2
6666pytest-metadata == 3.1.1
6767pytest-ordering == 0.6
6868pytest-rerunfailures == 14.0 ;python_version < "3.9"
69- pytest-rerunfailures == 16.0.1 ;python_version >= "3.9"
69+ pytest-rerunfailures == 16.0.1 ;python_version >= "3.9" and python_version<"3.10"
70+ pytest-rerunfailures == 16.1 ;python_version >= "3.10"
7071pytest-xdist == 3.6.1 ;python_version < "3.9"
7172pytest-xdist == 3.8.0 ;python_version >= "3.9"
7273parameterized == 0.9.0
Original file line number Diff line number Diff line change 161161 'filelock~=3.19.1;python_version>="3.9" and python_version<"3.10"' ,
162162 'filelock>=3.20.0;python_version>="3.10"' ,
163163 'fasteners>=0.20' ,
164- "mycdp>=1.2.0 " ,
164+ "mycdp>=1.2.1 " ,
165165 "pynose>=1.5.5" ,
166166 'platformdirs~=4.3.6;python_version<"3.9"' ,
167167 'platformdirs~=4.4.0;python_version>="3.9" and python_version<"3.10"' ,
213213 'pytest-metadata==3.1.1' ,
214214 "pytest-ordering==0.6" ,
215215 'pytest-rerunfailures==14.0;python_version<"3.9"' ,
216- 'pytest-rerunfailures==16.0.1;python_version>="3.9"' ,
216+ 'pytest-rerunfailures==16.0.1;python_version>="3.9" and python_version<"3.10"' , # noqa
217+ 'pytest-rerunfailures==16.1;python_version>="3.10"' ,
217218 'pytest-xdist==3.6.1;python_version<"3.9"' ,
218219 'pytest-xdist==3.8.0;python_version>="3.9"' ,
219220 'parameterized==0.9.0' ,
You can’t perform that action at this time.
0 commit comments