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
7
7
certifi >= 2023.7.22
8
8
filelock >= 3.12.2 ;python_version < "3.8"
9
9
filelock >= 3.12.4 ;python_version >= "3.8"
10
- platformdirs >= 3.10 .0
10
+ platformdirs >= 3.11 .0
11
11
parse >= 1.19.1
12
12
parse-type >= 0.6.2
13
13
six == 1.16.0
@@ -63,7 +63,7 @@ rich==13.6.0
63
63
64
64
coverage == 6.2 ;python_version < "3.7"
65
65
coverage == 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"
67
67
pytest-cov == 4.0.0 ;python_version < "3.7"
68
68
pytest-cov == 4.1.0 ;python_version >= "3.7"
69
69
flake8 == 5.0.4 ;python_version < "3.9"
Original file line number Diff line number Diff line change 140
140
"certifi>=2023.7.22" ,
141
141
'filelock>=3.12.2;python_version<"3.8"' ,
142
142
'filelock>=3.12.4;python_version>="3.8"' ,
143
- 'platformdirs>=3.10 .0' ,
143
+ 'platformdirs>=3.11 .0' ,
144
144
'parse>=1.19.1' ,
145
145
'parse-type>=0.6.2' ,
146
146
"six==1.16.0" ,
204
204
# Usage: coverage run -m pytest; coverage html; coverage report
205
205
"coverage" : [
206
206
'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"' ,
208
208
'pytest-cov==4.1.0' ,
209
209
],
210
210
# pip install -e .[flake8]
You can’t perform that action at this time.
0 commit comments