[DOCs] Updated XLSXWriter minimum version
- I bumped it just to test the code
This commit is contained in:
parent
f5a0231fb4
commit
ec3fec2c93
|
|
@ -141,7 +141,7 @@
|
||||||
|
|
||||||
- Optional to compress in RAR format for `compress`
|
- Optional to compress in RAR format for `compress`
|
||||||
|
|
||||||
`XLSXWriter <https://pypi.org/project/XLSXWriter/>`__ :index:`: <pair: dependency; XLSXWriter>` |image53| |image54| |image55| |Auto-download|
|
`XLSXWriter <https://pypi.org/project/XLSXWriter/>`__ :index:`: <pair: dependency; XLSXWriter>` v1.1.2 |image53| |image54| |image55| |Auto-download|
|
||||||
|
|
||||||
- Optional to create XLSX files for `bom`
|
- Optional to create XLSX files for `bom`
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1177,7 +1177,11 @@ deps = '{\
|
||||||
"mandatory": false,\
|
"mandatory": false,\
|
||||||
"max_version": null,\
|
"max_version": null,\
|
||||||
"output": "bom",\
|
"output": "bom",\
|
||||||
"version": null\
|
"version": [\
|
||||||
|
1,\
|
||||||
|
1,\
|
||||||
|
2\
|
||||||
|
]\
|
||||||
}\
|
}\
|
||||||
],\
|
],\
|
||||||
"tests": [],\
|
"tests": [],\
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue