gurock / trcli

TR CLI (trcli) is a command line tool for interacting with TestRail.
Mozilla Public License 2.0
48 stars 39 forks source link

Update setup.py with newer click version #190

Closed 11chri closed 6 months ago

11chri commented 6 months ago

Solution description

Update dependency to click library https://pypi.org/project/click/ to newer version 8.1.7 as current robotframework-browser library v18.0.0 requires click >= 8.1.7 and could not be installed otherwise together with trcli, https://github.com/MarketSquare/robotframework-browser/blob/v18.0.0/Browser/requirements.txt

Changes

update version for click library in setup.py

Potential impacts

None expected

Steps to test

robotframework-browser library v18.0.0 requires click >= 8.1.7 and could not be installed otherwise together with trcli v1.7.0

PR Tasks