Skip to content

Commit

Permalink
fix(deps): update dependency typer to v0.13.1 (#775)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [typer](https://redirect.github.com/fastapi/typer)
([changelog](https://typer.tiangolo.com/release-notes/)) | `==0.13.0` ->
`==0.13.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/typer/0.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/typer/0.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/typer/0.13.0/0.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/typer/0.13.0/0.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>fastapi/typer (typer)</summary>

###
[`v0.13.1`](https://redirect.github.com/fastapi/typer/releases/tag/0.13.1)

[Compare
Source](https://redirect.github.com/fastapi/typer/compare/0.13.0...0.13.1)

##### Features

- ✨ Remove Rich tags when showing completion text. PR
[#&#8203;877](https://redirect.github.com/fastapi/typer/pull/877) by
[@&#8203;svlandeg](https://redirect.github.com/svlandeg).
- ✨ Render Rich markup as HTML in Markdown docs. PR
[#&#8203;847](https://redirect.github.com/fastapi/typer/pull/847) by
[@&#8203;svlandeg](https://redirect.github.com/svlandeg).
- ✨ Support cp850 encoding for auto-completion in PowerShell. PR
[#&#8203;808](https://redirect.github.com/fastapi/typer/pull/808) by
[@&#8203;svlandeg](https://redirect.github.com/svlandeg).
- ✨ Allow gettext translation of help message. PR
[#&#8203;886](https://redirect.github.com/fastapi/typer/pull/886) by
[@&#8203;svlandeg](https://redirect.github.com/svlandeg).

##### Refactors

- 🐛 Fix printing HTML from Rich output. PR
[#&#8203;1055](https://redirect.github.com/fastapi/typer/pull/1055) by
[@&#8203;tiangolo](https://redirect.github.com/tiangolo).

##### Docs

- 📝 Update markdown includes to use the new simpler format. PR
[#&#8203;1054](https://redirect.github.com/fastapi/typer/pull/1054) by
[@&#8203;tiangolo](https://redirect.github.com/tiangolo).

##### Internal

- ⬆ Bump ruff from 0.7.3 to 0.7.4. PR
[#&#8203;1051](https://redirect.github.com/fastapi/typer/pull/1051) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ \[pre-commit.ci] pre-commit autoupdate. PR
[#&#8203;1047](https://redirect.github.com/fastapi/typer/pull/1047) by
[@&#8203;pre-commit-ci\[bot\]](https://redirect.github.com/apps/pre-commit-ci).
- ⬆ Bump ruff from 0.7.2 to 0.7.3. PR
[#&#8203;1046](https://redirect.github.com/fastapi/typer/pull/1046) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ Bump tiangolo/latest-changes from 0.3.1 to 0.3.2. PR
[#&#8203;1044](https://redirect.github.com/fastapi/typer/pull/1044) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ Update pytest-cov requirement from <6.0.0,>=2.10.0 to
>=2.10.0,<7.0.0. PR
[#&#8203;1033](https://redirect.github.com/fastapi/typer/pull/1033) by
[@&#8203;dependabot\[bot\]](https://redirect.github.com/apps/dependabot).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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/MartinBernstorff/Memium).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent fe0e3d3 commit 2f355ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
"markdown==3.7",
"pydantic==2.9.2",
"sentry-sdk==2.18.0",
"typer==0.13.0",
"typer==0.13.1",
"tqdm==4.67.0",
"unidecode==1.3.8",
"wasabi==1.1.3",
Expand Down
10 changes: 5 additions & 5 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2f355ad

Please sign in to comment.