File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ attrs==22.1.0;python_version<"3.7"
1111attrs >= 23.1.0 ;python_version >= "3.7"
1212certifi >= 2023.7.22
1313filelock >= 3.4.1 ;python_version < "3.7"
14- filelock >= 3.12.2 ;python_version >= "3.7"
14+ filelock >= 3.12.2 ;python_version >= "3.7" and python_version<"3.8"
15+ filelock >= 3.12.3 ;python_version >= "3.8"
1516platformdirs >= 2.4.0 ;python_version < "3.7"
1617platformdirs >= 3.10.0 ;python_version >= "3.7"
1718parse >= 1.19.1
@@ -47,7 +48,8 @@ execnet==2.0.2;python_version>="3.7"
4748iniconfig == 1.1.1 ;python_version < "3.7"
4849iniconfig == 2.0.0 ;python_version >= "3.7"
4950pluggy == 1.0.0 ;python_version < "3.7"
50- pluggy == 1.2.0 ;python_version >= "3.7"
51+ pluggy == 1.2.0 ;python_version >= "3.7" and python_version<"3.8"
52+ pluggy == 1.3.0 ;python_version >= "3.8"
5153py == 1.11.0
5254pytest == 7.0.1 ;python_version < "3.7"
5355pytest == 7.4.0 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 145145 'attrs>=23.1.0;python_version>="3.7"' ,
146146 "certifi>=2023.7.22" ,
147147 'filelock>=3.4.1;python_version<"3.7"' ,
148- 'filelock>=3.12.2;python_version>="3.7"' ,
148+ 'filelock>=3.12.2;python_version>="3.7" and python_version<"3.8"' ,
149+ 'filelock>=3.12.3;python_version>="3.8"' ,
149150 'platformdirs>=2.4.0;python_version<"3.7"' ,
150151 'platformdirs>=3.10.0;python_version>="3.7"' ,
151152 'parse>=1.19.1' ,
181182 'iniconfig==1.1.1;python_version<"3.7"' ,
182183 'iniconfig==2.0.0;python_version>="3.7"' ,
183184 'pluggy==1.0.0;python_version<"3.7"' ,
184- 'pluggy==1.2.0;python_version>="3.7"' ,
185+ 'pluggy==1.2.0;python_version>="3.7" and python_version<"3.8"' ,
186+ 'pluggy==1.3.0;python_version>="3.8"' ,
185187 "py==1.11.0" ,
186188 'pytest==7.0.1;python_version<"3.7"' ,
187189 'pytest==7.4.0;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments