abulka/pynsource

beautifultable deprecations

Closed this issue · 1 comments

update dependencies and make the necessary syntax changes

/Users/andy/.pyenv/versions/3.8.6/Python.framework/Versions/3.8/lib/python3.8/site-packages/beautifultable/utils.py:136: FutureWarning: 'max_width' has been deprecated in 'v1.0.0' and will be removed in 'v1.2.0'. Use 'maxwidth' instead.
  warnings.warn(message, FutureWarning)
/Users/andy/.pyenv/versions/3.8.6/Python.framework/Versions/3.8/lib/python3.8/site-packages/beautifultable/utils.py:113: FutureWarning: 'BeautifulTable.column_headers' has been deprecated in 'v1.0.0' and will be removed in 'v1.2.0'. Use 'BTColumnCollection.header' instead.
  warnings.warn(message, FutureWarning)