DiegoZoracKy / convert-excel-to-json

Convert Excel to JSON, mapping sheet columns to object keys.
MIT License
290 stars 91 forks source link

update all deps to latest stable versions #57

Open yinzara opened 3 years ago

yinzara commented 3 years ago

The dependencies of this library are quite old and have a few reported vulnerabilities.

This PR updates them all to latest stable versions.

I chose not to update "argparse" to 2.x because it would require a change to the usage of the library.

yinzara commented 3 years ago

All tests pass when run in the CLI

antpingelli commented 3 years ago

@DiegoZoracKy any way you could merge this in?