Commit cc99704
authored
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` |

|

|
---
### 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.
[#​3084](https://redirect.github.com/pallets/click/issues/3084)
[#​3152](https://redirect.github.com/pallets/click/issues/3152)
- Hide `Sentinel.UNSET` values as `None` when using `lookup_default()`.
[#​3136](https://redirect.github.com/pallets/click/issues/3136)
[#​3199](https://redirect.github.com/pallets/click/issues/3199)
[#​3202](https://redirect.github.com/pallets/click/issues/3202)
[#​3209](https://redirect.github.com/pallets/click/issues/3209)
[#​3212](https://redirect.github.com/pallets/click/issues/3212)
[#​3224](https://redirect.github.com/pallets/click/issues/3224)
- Prevent `_NamedTextIOWrapper` from closing streams owned by
`StreamMixer`.
[#​824](https://redirect.github.com/pallets/click/issues/824)
[#​2991](https://redirect.github.com/pallets/click/issues/2991)
[#​2993](https://redirect.github.com/pallets/click/issues/2993)
[#​3110](https://redirect.github.com/pallets/click/issues/3110)
[#​3139](https://redirect.github.com/pallets/click/issues/3139)
[#​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.
[#​3139](https://redirect.github.com/pallets/click/issues/3139)
- Fix callable `flag_value` being instantiated when used as a default
via
`default=True`.
[#​3121](https://redirect.github.com/pallets/click/issues/3121)
[#​3201](https://redirect.github.com/pallets/click/issues/3201)
[#​3213](https://redirect.github.com/pallets/click/issues/3213)
[#​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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments