Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 18, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
Click (changelog) ==8.2.2 -> ==8.3.0 age confidence

Release Notes

pallets/click (Click)

v8.3.0

Compare Source

Released 2025-09-15

  • Improved flag option handling: Reworked the relationship between flag_value
    and default parameters for better consistency:

    • The default parameter value is now preserved as-is and passed directly
      to CLI functions (no more unexpected transformations)
    • Exception: flag options with default=True maintain backward compatibility
      by defaulting to their flag_value
    • The default parameter can now be any type (bool, None, etc.)
    • Fixes inconsistencies reported in: :issue:1992 :issue:2514 :issue:2610
      :issue:3024 :pr:3030
  • Allow default to be set on Argument for nargs = -1. :issue:2164
    :pr:3030

  • Show correct auto complete value for nargs option in combination with flag
    option :issue:2813

  • Show correct auto complete value for nargs option in combination with flag option :issue:2813

  • Fix handling of quoted and escaped parameters in Fish autocompletion. :issue:2995 :pr:3013

  • Lazily import shutil. :pr:3023

  • Properly forward exception information to resources registered with
    click.core.Context.with_resource(). :issue:2447 :pr:3058

  • Fix regression related to EOF handling in CliRunner. :issue:2939:pr:2940


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| pypi       | click   | 8.2.2 | 8.3.0 |
@renovate renovate bot requested a review from a team September 18, 2025 18:57
Copy link
Contributor

Coverage

Coverage Report
FileStmtsMissCoverMissing
simple_vm_client
   VirtualMachineHandler.py2092020 90%
   __init__.py10100% 
   test_virtualmachinehandler.py3090100% 
simple_vm_client/benchmark
   __init__.py00100% 
   test_service.py523636 31%
simple_vm_client/bibigrid_connector
   __init__.py00100% 
   bibigrid_connector.py1203434 72%
   test_bibigrid_connector.py1180100% 
simple_vm_client/forc_connector
   __init__.py00100% 
   forc_connector.py2902626 91%
simple_vm_client/forc_connector/playbook
   __init__.py00100% 
   playbook.py1900100% 
   test_playbook.py3810100% 
simple_vm_client/forc_connector/template
   __init__.py00100% 
   template.py2271414 94%
simple_vm_client/metadata_connector
   metadata_connector.py1122626 77%
   test_metadata_connector.py680100% 
simple_vm_client/openstack_connector
   __init__.py00100% 
   openstack_connector.py974151151 84%
   test_openstack_connector.py124822 99%
simple_vm_client/util
   __init__.py00100% 
   state_enums.py700100% 
   test_thrift_converter.py1700100% 
   thrift_converter.py8033 96%
TOTAL461931293% 

Tests Skipped Failures Errors Time
310 0 💤 0 ❌ 0 🔥 6.836s ⏱️

@dweinholz dweinholz merged commit d6f7a51 into dev Sep 24, 2025
2 checks passed
@dweinholz dweinholz deleted the deps/click-8.x branch September 24, 2025 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant