File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ attrs>=23.1.0;python_version>="3.7"
17
17
PyYAML >= 6.0
18
18
certifi >= 2023.5.7
19
19
filelock >= 3.4.1 ;python_version < "3.7"
20
- filelock >= 3.12.0 ;python_version >= "3.7"
20
+ filelock >= 3.12.1 ;python_version >= "3.7"
21
21
platformdirs >= 2.4.0 ;python_version < "3.7"
22
- platformdirs >= 3.5.1 ;python_version >= "3.7"
22
+ platformdirs >= 3.5.3 ;python_version >= "3.7"
23
23
pyparsing >= 3.0.7 ;python_version < "3.7"
24
24
pyparsing >= 3.0.9 ;python_version >= "3.7"
25
25
zipp == 3.6.0 ;python_version < "3.7"
@@ -59,7 +59,7 @@ iniconfig==2.0.0;python_version>="3.7"
59
59
pluggy == 1.0.0
60
60
py == 1.11.0
61
61
pytest == 7.0.1 ;python_version < "3.7"
62
- pytest == 7.3.1 ;python_version >= "3.7"
62
+ pytest == 7.3.2 ;python_version >= "3.7"
63
63
pytest-forked == 1.4.0 ;python_version < "3.7"
64
64
pytest-forked == 1.6.0 ;python_version >= "3.7"
65
65
pytest-html == 2.0.1
Original file line number Diff line number Diff line change 141
141
"PyYAML>=6.0" ,
142
142
"certifi>=2023.5.7" ,
143
143
'filelock>=3.4.1;python_version<"3.7"' ,
144
- 'filelock>=3.12.0 ;python_version>="3.7"' ,
144
+ 'filelock>=3.12.1 ;python_version>="3.7"' ,
145
145
'platformdirs>=2.4.0;python_version<"3.7"' ,
146
- 'platformdirs>=3.5.1 ;python_version>="3.7"' ,
146
+ 'platformdirs>=3.5.3 ;python_version>="3.7"' ,
147
147
'pyparsing>=3.0.7;python_version<"3.7"' ,
148
148
'pyparsing>=3.0.9;python_version>="3.7"' ,
149
149
'zipp==3.6.0;python_version<"3.7"' ,
183
183
"pluggy==1.0.0" ,
184
184
"py==1.11.0" ,
185
185
'pytest==7.0.1;python_version<"3.7"' ,
186
- 'pytest==7.3.1 ;python_version>="3.7"' ,
186
+ 'pytest==7.3.2 ;python_version>="3.7"' ,
187
187
'pytest-forked==1.4.0;python_version<"3.7"' ,
188
188
'pytest-forked==1.6.0;python_version>="3.7"' ,
189
189
"pytest-html==2.0.1" , # Newer ones had issues
You can’t perform that action at this time.
0 commit comments