File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ sortedcontainers==2.4.0
57
57
fasteners == 0.17.3 ;python_version < "3.7"
58
58
fasteners == 0.18 ;python_version >= "3.7"
59
59
execnet == 1.9.0 ;python_version < "3.7"
60
- execnet == 2.0.0 ;python_version >= "3.7"
60
+ execnet == 2.0.2 ;python_version >= "3.7"
61
61
iniconfig == 1.1.1 ;python_version < "3.7"
62
62
iniconfig == 2.0.0 ;python_version >= "3.7"
63
63
pluggy == 1.0.0 ;python_version < "3.7"
Original file line number Diff line number Diff line change 183
183
'fasteners==0.17.3;python_version<"3.7"' ,
184
184
'fasteners==0.18;python_version>="3.7"' ,
185
185
'execnet==1.9.0;python_version<"3.7"' ,
186
- 'execnet==2.0.0 ;python_version>="3.7"' ,
186
+ 'execnet==2.0.2 ;python_version>="3.7"' ,
187
187
'iniconfig==1.1.1;python_version<"3.7"' ,
188
188
'iniconfig==2.0.0;python_version>="3.7"' ,
189
189
'pluggy==1.0.0;python_version<"3.7"' ,
You can’t perform that action at this time.
0 commit comments