carsongee / pytest-pylint

pytest plugin for running pylint against your codebase
MIT License
75 stars 34 forks source link

pin major version of dependencies #181

Closed mylius closed 1 year ago

mylius commented 1 year ago

Release of new major versions of dependencies currently has the potential of breaking compatibility. (As just happened with pylint 3.0.0) To prevent this we pin the versions to be compatible.

carsongee commented 1 year ago

Thanks for the suggestion! I've decided to support those versions and then put caps on them. I test with the main branch versions of all dependencies to make sure this project continues to be forward compatible, but I got behind a bit with pylint 3.0 coming out. Sorry for the trouble. 0.20.0 should be out shortly to fix this issue as well as 0.21.0 that will drop older versions of the dependencies.