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 @@ -7,7 +7,7 @@ attrs>=23.1.0
77certifi >= 2023.7.22
88filelock >= 3.12.2 ;python_version < "3.8"
99filelock >= 3.12.4 ;python_version >= "3.8"
10- platformdirs >= 3.10 .0
10+ platformdirs >= 3.11 .0
1111parse >= 1.19.1
1212parse-type >= 0.6.2
1313six == 1.16.0
@@ -63,7 +63,7 @@ rich==13.6.0
6363
6464coverage == 6.2 ;python_version < "3.7"
6565coverage == 7.2.7 ;python_version >= "3.7" and python_version<"3.8"
66- coverage == 7.3.1 ;python_version >= "3.8"
66+ coverage == 7.3.2 ;python_version >= "3.8"
6767pytest-cov == 4.0.0 ;python_version < "3.7"
6868pytest-cov == 4.1.0 ;python_version >= "3.7"
6969flake8 == 5.0.4 ;python_version < "3.9"
Original file line number Diff line number Diff line change 140140 "certifi>=2023.7.22" ,
141141 'filelock>=3.12.2;python_version<"3.8"' ,
142142 'filelock>=3.12.4;python_version>="3.8"' ,
143- 'platformdirs>=3.10 .0' ,
143+ 'platformdirs>=3.11 .0' ,
144144 'parse>=1.19.1' ,
145145 'parse-type>=0.6.2' ,
146146 "six==1.16.0" ,
204204 # Usage: coverage run -m pytest; coverage html; coverage report
205205 "coverage" : [
206206 'coverage==7.2.7;python_version<"3.8"' ,
207- 'coverage==7.3.1 ;python_version>="3.8"' ,
207+ 'coverage==7.3.2 ;python_version>="3.8"' ,
208208 'pytest-cov==4.1.0' ,
209209 ],
210210 # pip install -e .[flake8]
You can’t perform that action at this time.
0 commit comments