Skip to content

Commit da53ac1

Browse files
Update dependency click to ~=8.2.1 (#85)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [click](https://redirect.github.com/pallets/click) ([changelog](https://click.palletsprojects.com/page/changes/)) | patch | `~=8.2.0` -> `~=8.2.1` | --- ### Release Notes <details> <summary>pallets/click (click)</summary> ### [`v8.2.1`](https://redirect.github.com/pallets/click/blob/HEAD/CHANGES.rst#Version-821) [Compare Source](https://redirect.github.com/pallets/click/compare/8.2.0...8.2.1) Released 2025-05-20 - Fix flag value handling for flag options with a provided type. :issue:`2894` :issue:`2897` :pr:`2930` - Fix shell completion for nested groups. :issue:`2906` :pr:`2907` - Flush `sys.stderr` at the end of `CliRunner.invoke`. :issue:`2682` - Fix EOF handling for stdin input in CliRunner. :issue:`2787` </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday after 9am before 5pm" in timezone America/New_York, 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMS4yIiwidXBkYXRlZEluVmVyIjoiNDAuMjEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19-->
1 parent 0099036 commit da53ac1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mypy/private/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
click~=8.2.0
1+
click~=8.2.1
22
mypy~=1.15.0
33
colorama~=0.4.6

mypy/private/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# bazel run @@//mypy/private:generate_requirements_lock
33
--index-url https://pypi.org/simple
44

5-
click==8.2.0 \
6-
--hash=sha256:6b303f0b2aa85f1cb4e5303078fadcbcd4e476f114fab9b5007005711839325c \
7-
--hash=sha256:f5452aeddd9988eefa20f90f05ab66f17fce1ee2a36907fd30b05bbb5953814d
5+
click==8.2.1 \
6+
--hash=sha256:27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202 \
7+
--hash=sha256:61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b
88
# via -r mypy/private/requirements.in
99
colorama==0.4.6 \
1010
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \

0 commit comments

Comments
 (0)