manager
manager copied to clipboard
Bump click from 8.1.7 to 8.1.8
Bumps click from 8.1.7 to 8.1.8.
Release notes
Sourced from click's releases.
8.1.8
This is the Click 8.1.8 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.
PyPI: https://pypi.org/project/click/8.1.8/ Changes: https://click.palletsprojects.com/en/stable/changes/#version-8-1-8 Milestone https://github.com/pallets/click/milestones/23?closed=1
- Fix an issue with type hints for
click.open_file(). #2717- Fix issue where error message for invalid
click.Pathdisplays on multiple lines. #2697- Fixed issue that prevented a default value of
""from being displayed in the help for an option. #2500- The test runner handles stripping color consistently on Windows. #2705
- Show correct value for flag default when using
default_map. #2632- Fix
click.echo(color=...)passingcolorto coloroma so it can be forced on Windows. #2606.- More robust bash version check, fixing problem on Windows with git-bash. #2638
- Cache the help option generated by the
help_option_namessetting to respect its eagerness. #2811- Replace uses of
os.systemwithsubprocess.Popen. #1476- Exceptions generated during a command will use the context's
colorsetting when being displayed. #2193- Error message when defining option with invalid name is more descriptive. #2452
- Refactor code generating default
--helpoption to deduplicate code. #2563- Test
CLIRunnerresets patched_compat.should_strip_ansi. #2732
Changelog
Sourced from click's changelog.
Version 8.1.8
Unreleased
- Fix an issue with type hints for
click.open_file(). :issue:2717- Fix issue where error message for invalid
click.Pathdisplays on multiple lines. :issue:2697- Fixed issue that prevented a default value of
""from being displayed in the help for an option. :issue:2500- The test runner handles stripping color consistently on Windows. :issue:
2705- Show correct value for flag default when using
default_map. :issue:2632- Fix
click.echo(color=...)passingcolorto coloroma so it can be forced on Windows. :issue:2606.
Commits
934813erelease version 8.1.8c23223bAdd links to third-party projects enhancing Click (#2815)822d4fdAdd links to third-party projects8e7bed0Break up arguments section (#2586)3241541Remove some typing hints.bed0377remove test pypi6534590update dev dependenciesb1e392efix typosfdc6b02Fix missing reset in isolation function (#2733)ffd43e9Fixed missing reset on _compat.should_strip_ansi.- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)