pin click 8.1.3 for development

due failure to mypy type-check with 8.1.4:
 * https://github.com/pallets/click/issues/2558

8.1.4 works fine, but for purposes of running mypy during CI, pin
the version that also works with mypy.
This commit is contained in:
Jeff Epler 2023-07-11 09:33:25 -05:00
parent 46de96e37b
commit 8b5ffd5d45
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE

View file

@ -7,6 +7,7 @@ build
click
coverage
mypy; implementation_name=="cpython"
click==8.1.3; implementation_name=="cpython"
leapseconddata
platformdirs
pre-commit