Bump click from 8.1.5 to 8.1.6
Bumps click from 8.1.5 to 8.1.6.
Release notes
Sourced from click's releases.
8.1.6
This is a fix release for the 8.1.x feature branch. If you were having issues with type checking tools like pyright or mypy not accepting uses of Click's decorators, this should fix that.
Changelog
Sourced from click's changelog.
Version 8.1.6
Released 2023-07-18
- Fix an issue with type hints for
@click.group()
. :issue:2558