Bump click from 8.1.4 to 8.1.5
Bumps click from 8.1.4 to 8.1.5.
Release notes
Sourced from click's releases.
8.1.5
This is a fix release for the 8.1.x feature branch. This fixes an issue with decorator type annotations that caused type checkers to fail for valid code. There are no runtime behavior changes.
Changelog
Sourced from click's changelog.
Version 8.1.5
Released 2023-07-13
- Fix an issue with type hints for
@click.command()
,@click.option()
, and other decorators. Introduce typing tests. :issue:2558