Skip to content

Commit 32b3f96

Browse files
Update dependency click to ~=8.1.8 (#4)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [click](https://redirect.github.com/pallets/click) ([changelog](https://click.palletsprojects.com/changes/)) | patch | `~=8.1.7` -> `~=8.1.8` | --- ### Release Notes <details> <summary>pallets/click (click)</summary> ### [`v8.1.8`](https://redirect.github.com/pallets/click/blob/HEAD/CHANGES.rst#Version-818) [Compare Source](https://redirect.github.com/pallets/click/compare/8.1.7...8.1.8) Unreleased - Fix an issue with type hints for `click.open_file()`. :issue:`2717` - Fix issue where error message for invalid `click.Path` displays 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=...)` passing `color` to coloroma so it can be forced on Windows. :issue:`2606`. </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:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21lcmdlIl19--> --------- Co-authored-by: renovate-thm[bot] <139569419+renovate-thm[bot]@users.noreply.github.com> Co-authored-by: Theorem Automation <thm-automation[bot]@users.noreply.github.com>
1 parent c5a2413 commit 32b3f96

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pydeps/private/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
click~=8.1.7
1+
click~=8.1.8
22
libcst~=1.5.1
33
pytest~=8.3.5

pydeps/private/requirements.txt

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

5-
click==8.1.7 \
6-
--hash=sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28 \
7-
--hash=sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de
5+
click==8.1.8 \
6+
--hash=sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2 \
7+
--hash=sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a
88
# via -r pydeps/private/requirements.in
99
colorama==0.4.6 ; sys_platform == 'win32' or platform_system == 'Windows' \
1010
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \

0 commit comments

Comments
 (0)