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"
11
11
attrs >= 23.1.0 ;python_version >= "3.7"
12
12
certifi >= 2023.7.22
13
13
filelock >= 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"
15
16
platformdirs >= 2.4.0 ;python_version < "3.7"
16
17
platformdirs >= 3.10.0 ;python_version >= "3.7"
17
18
parse >= 1.19.1
@@ -47,7 +48,8 @@ execnet==2.0.2;python_version>="3.7"
47
48
iniconfig == 1.1.1 ;python_version < "3.7"
48
49
iniconfig == 2.0.0 ;python_version >= "3.7"
49
50
pluggy == 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"
51
53
py == 1.11.0
52
54
pytest == 7.0.1 ;python_version < "3.7"
53
55
pytest == 7.4.0 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 145
145
'attrs>=23.1.0;python_version>="3.7"' ,
146
146
"certifi>=2023.7.22" ,
147
147
'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"' ,
149
150
'platformdirs>=2.4.0;python_version<"3.7"' ,
150
151
'platformdirs>=3.10.0;python_version>="3.7"' ,
151
152
'parse>=1.19.1' ,
181
182
'iniconfig==1.1.1;python_version<"3.7"' ,
182
183
'iniconfig==2.0.0;python_version>="3.7"' ,
183
184
'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"' ,
185
187
"py==1.11.0" ,
186
188
'pytest==7.0.1;python_version<"3.7"' ,
187
189
'pytest==7.4.0;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments