Bump click from 8.1.6 to 8.1.7
Bumps click from 8.1.6 to 8.1.7.
Release notes
Sourced from click's releases.
8.1.7
This is a fix release for the 8.1.x feature branch.
Changelog
Sourced from click's changelog.
Version 8.1.7
Released 2023-08-17
- Fix issue with regex flags in shell completion. :issue:
2581
- Bash version detection issues a warning instead of an error. :issue:
2574
- Fix issue with completion script for Fish shell. :issue:
2567
Commits
-
874ca2b
release version 8.1.7 -
6e1f6d3
completion(fish): add back ; as line endings in fish script (#2570) -
a955c77
update fish enabling script -
3c1529e
add back semicolons in fish script -
a260ca6
Replace bash shell completion version error with warning (#2576) -
d9db70c
bash version support shows warning instead of error -
22b9b1c
Fix incorrect passing of flags to re.sub (#2581) -
d69d210
fix flake8 finding -
af2da1e
Fix incorrect passing of flags to re.sub -
bb6a872
start version 8.1.7 - Additional commits viewable in compare view