Skip to content

Commit cc99704

Browse files
Bump click to v8.3.2 (#216)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [click](https://redirect.github.com/pallets/click) ([changelog](https://click.palletsprojects.com/page/changes/)) | `==8.3.1` → `==8.3.2` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/click/8.3.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/click/8.3.1/8.3.2?slim=true) | --- ### Release Notes <details> <summary>pallets/click (click)</summary> ### [`v8.3.2`](https://redirect.github.com/pallets/click/releases/tag/8.3.2) [Compare Source](https://redirect.github.com/pallets/click/compare/8.3.1...8.3.2) This is the Click 8.3.2 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.3.2/> Changes: <https://click.palletsprojects.com/page/changes/#version-8-3-2> Milestone: <https://github.com/pallets/click/milestone/29> - Fix handling of `flag_value` when `is_flag=False` to allow such options to be used without an explicit value. [#&#8203;3084](https://redirect.github.com/pallets/click/issues/3084) [#&#8203;3152](https://redirect.github.com/pallets/click/issues/3152) - Hide `Sentinel.UNSET` values as `None` when using `lookup_default()`. [#&#8203;3136](https://redirect.github.com/pallets/click/issues/3136) [#&#8203;3199](https://redirect.github.com/pallets/click/issues/3199) [#&#8203;3202](https://redirect.github.com/pallets/click/issues/3202) [#&#8203;3209](https://redirect.github.com/pallets/click/issues/3209) [#&#8203;3212](https://redirect.github.com/pallets/click/issues/3212) [#&#8203;3224](https://redirect.github.com/pallets/click/issues/3224) - Prevent `_NamedTextIOWrapper` from closing streams owned by `StreamMixer`. [#&#8203;824](https://redirect.github.com/pallets/click/issues/824) [#&#8203;2991](https://redirect.github.com/pallets/click/issues/2991) [#&#8203;2993](https://redirect.github.com/pallets/click/issues/2993) [#&#8203;3110](https://redirect.github.com/pallets/click/issues/3110) [#&#8203;3139](https://redirect.github.com/pallets/click/issues/3139) [#&#8203;3140](https://redirect.github.com/pallets/click/issues/3140) - Add comprehensive tests for `CliRunner` stream lifecycle, covering logging interaction, multi-threaded safety, and sequential invocation isolation. Add high-iteration stress tests behind a `stress` marker with a dedicated CI job. [#&#8203;3139](https://redirect.github.com/pallets/click/issues/3139) - Fix callable `flag_value` being instantiated when used as a default via `default=True`. [#&#8203;3121](https://redirect.github.com/pallets/click/issues/3121) [#&#8203;3201](https://redirect.github.com/pallets/click/issues/3201) [#&#8203;3213](https://redirect.github.com/pallets/click/issues/3213) [#&#8203;3225](https://redirect.github.com/pallets/click/issues/3225) </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/tr4nt0r/pyloadapi). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ1cGRhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbIjpyZWN5Y2xlOiBkZXBlbmRlbmNpZXMiLCI6c25ha2U6IHB5dGhvbiJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 55088da commit cc99704

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ extra-dependencies = [
6161
"pytest-asyncio==1.3.0",
6262
"syrupy==5.1.0",
6363
"pytest-cov==7.1.0",
64-
"click==8.3.1",
64+
"click==8.3.2",
6565
]
6666
extra-args = ["--cov-report=xml", "-vv"]
6767
type = "virtual"

0 commit comments

Comments
 (0)