File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ attrs>=22.2.0;python_version>="3.7"
17
17
PyYAML >= 6.0
18
18
certifi >= 2022.12.7
19
19
filelock >= 3.4.1 ;python_version < "3.7"
20
- filelock >= 3.9.1 ;python_version >= "3.7"
20
+ filelock >= 3.10.0 ;python_version >= "3.7"
21
21
platformdirs >= 2.4.0 ;python_version < "3.7"
22
22
platformdirs >= 3.1.1 ;python_version >= "3.7"
23
23
pyparsing >= 3.0.7 ;python_version < "3.7"
@@ -102,7 +102,7 @@ rich==13.3.2;python_version>="3.7"
102
102
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
103
103
104
104
coverage == 6.2 ;python_version < "3.7"
105
- coverage == 7.2.1 ;python_version >= "3.7"
105
+ coverage == 7.2.2 ;python_version >= "3.7"
106
106
pytest-cov == 4.0.0
107
107
flake8 == 5.0.4 ;python_version < "3.9"
108
108
flake8 == 6.0.0 ;python_version >= "3.9"
Original file line number Diff line number Diff line change 141
141
"PyYAML>=6.0" ,
142
142
"certifi>=2022.12.7" ,
143
143
'filelock>=3.4.1;python_version<"3.7"' ,
144
- 'filelock>=3.9.1 ;python_version>="3.7"' ,
144
+ 'filelock>=3.10.0 ;python_version>="3.7"' ,
145
145
'platformdirs>=2.4.0;python_version<"3.7"' ,
146
146
'platformdirs>=3.1.1;python_version>="3.7"' ,
147
147
'pyparsing>=3.0.7;python_version<"3.7"' ,
238
238
# Usage: coverage run -m pytest; coverage html; coverage report
239
239
"coverage" : [
240
240
'coverage==6.2;python_version<"3.7"' ,
241
- 'coverage==7.2.1 ;python_version>="3.7"' ,
241
+ 'coverage==7.2.2 ;python_version>="3.7"' ,
242
242
"pytest-cov==4.0.0" ,
243
243
],
244
244
# pip install -e .[flake8]
You can’t perform that action at this time.
0 commit comments