Skip to content

Commit

Permalink
Update dependency click to v8.1.8 (#298)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [click](https://github.com/pallets/click)
([changelog](https://click.palletsprojects.com/changes/)) | `==8.1.7` ->
`==8.1.8` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/click/8.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/click/8.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/click/8.1.7/8.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/click/8.1.7/8.1.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pallets/click (click)</summary>

###
[`v8.1.8`](https://github.com/pallets/click/blob/HEAD/CHANGES.rst#Version-818)

[Compare
Source](https://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 - 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 these
updates 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/lettuce-financial/github-bot-signed-commit).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
lettuce-bot[bot] authored Dec 22, 2024
2 parents 46f7e97 + 48a3ced commit dd3c120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dynamic = ["version", "readme"]
requires-python = ">=3.10"

dependencies = [
"click==8.1.7",
"click==8.1.8",
"GitPython==3.1.43",
"PyGithub==2.5.0",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
certifi==2024.12.14
cffi==1.17.1
charset-normalizer==3.4.0
click==8.1.7
click==8.1.8
cryptography==44.0.0
Deprecated==1.2.15
gitdb==4.0.11
Expand Down

0 comments on commit dd3c120

Please sign in to comment.