pycontribs / ansi2html

Convert text with ansi color codes to HTML
GNU Lesser General Public License v3.0
387 stars 78 forks source link

Update linting dependencies #147

Closed ziegenberg closed 3 years ago

ziegenberg commented 3 years ago

updating build dependencies and linting

ziegenberg commented 3 years ago

This is also ready for review.

ziegenberg commented 3 years ago

What is your policy on updating build dependencies?

setuptools_scm_git_archive 1.0 is from 2015 and version 1.1 was released in 2019. setuptools v41 was released April 2019 and the current version is v58. In v45 they dropped Python 2 support and v51 raised the bar to Python 3.6.

ziegenberg commented 3 years ago

Only updates of linting dependencies are left. It's ready for review.

ssbarnea commented 3 years ago

@ziegenberg Policy on build requirements is to only bump them when needed (aka when we find a bug with an older one).