Commit eeda8c5
authored
chore(deps): update dependency typer to >0.16,<0.27 (#1440)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [typer](https://redirect.github.com/fastapi/typer)
([changelog](https://typer.tiangolo.com/release-notes/)) | `>0.16,<0.26`
→ `>0.16,<0.27` |

|

|
---
### Release Notes
<details>
<summary>fastapi/typer (typer)</summary>
###
[`v0.26.1`](https://redirect.github.com/fastapi/typer/releases/tag/0.26.1)
[Compare
Source](https://redirect.github.com/fastapi/typer/compare/0.26.0...0.26.1)
##### Fixes
- 🐛 Ensure that an envvar set for `typer.Option` works as expected. PR
[#​1788](https://redirect.github.com/fastapi/typer/pull/1788) by
[@​svlandeg](https://redirect.github.com/svlandeg).
##### Internal
- ⬆ Bump python-dotenv from 1.2.1 to 1.2.2. PR
[#​1714](https://redirect.github.com/fastapi/typer/pull/1714) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
###
[`v0.26.0`](https://redirect.github.com/fastapi/typer/releases/tag/0.26.0)
[Compare
Source](https://redirect.github.com/fastapi/typer/compare/0.25.1...0.26.0)
##### Breaking Changes
- ➖ Vendor Click and streamline Typer's functionality and code base. PR
[#​1774](https://redirect.github.com/fastapi/typer/pull/1774) by
[@​svlandeg](https://redirect.github.com/svlandeg).
- Typer no longer depends on Click as a third party dependency, it
vendors (includes the source code of) Click.
- This simplifies the work done by both Click and Typer teams.
- It allows Typer to evolve independently, and enables several new
planned features.
- It will solve several dependency conflict situations for projects that
use some packages that depend on Click and some that depend on Typer.
- This also means that Click-specific functionality is no longer
supported, like extracting the Click app and adding Click-specific
plug-ins, or customizing the field types with Click-specific types.
- You can read more about it in the docs for [Vendored
Click](https://typer.tiangolo.com/tutorial/click/).
##### Docs
- 📝 Update and simplify docs about help and management. PR
[#​1778](https://redirect.github.com/fastapi/typer/pull/1778) by
[@​tiangolo](https://redirect.github.com/tiangolo).
- 📝 Update contributing docs, reference central docs. PR
[#​1777](https://redirect.github.com/fastapi/typer/pull/1777) by
[@​tiangolo](https://redirect.github.com/tiangolo).
- 📝 Update security policy. PR
[#​1775](https://redirect.github.com/fastapi/typer/pull/1775) by
[@​tiangolo](https://redirect.github.com/tiangolo).
- 📝 Update link syntax to minimal Markdown. PR
[#​1623](https://redirect.github.com/fastapi/typer/pull/1623) by
[@​tiangolo](https://redirect.github.com/tiangolo).
- 📝 Update and simplify usage of admonitions. PR
[#​1755](https://redirect.github.com/fastapi/typer/pull/1755) by
[@​tiangolo](https://redirect.github.com/tiangolo).
##### Internal
- 📌 Pin max version of Click to `>= 8.2.1, < 8.4` temporarily to prevent
incompatibilities. PR
[#​1753](https://redirect.github.com/fastapi/typer/pull/1753) by
[@​tiangolo](https://redirect.github.com/tiangolo).
- Superseded by vendoring Click.
- 👷 Configure Dependabot to group updates and update weekly. PR
[#​1768](https://redirect.github.com/fastapi/typer/pull/1768) by
[@​YuriiMotov](https://redirect.github.com/YuriiMotov).
- 🔥 Remove config files now in central GitHub repo. PR
[#​1780](https://redirect.github.com/fastapi/typer/pull/1780) by
[@​tiangolo](https://redirect.github.com/tiangolo).
- ⬆ Bump idna from 3.11 to 3.15. PR
[#​1771](https://redirect.github.com/fastapi/typer/pull/1771) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ Bump pymdown-extensions from 10.21.2 to 10.21.3. PR
[#​1772](https://redirect.github.com/fastapi/typer/pull/1772) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- 📝 Fix categorization of PR 1475 in release notes. PR
[#​1769](https://redirect.github.com/fastapi/typer/pull/1769) by
[@​svlandeg](https://redirect.github.com/svlandeg).
- ✅ Add Fish shell completion tests for colon options. PR
[#​1475](https://redirect.github.com/fastapi/typer/pull/1475) by
[@​Mohamed-Elwasila](https://redirect.github.com/Mohamed-Elwasila).
- ✅ Extend completion unit tests for zsh, powershell and pwsh. PR
[#​1767](https://redirect.github.com/fastapi/typer/pull/1767) by
[@​ADiTyaRaj8969](https://redirect.github.com/ADiTyaRaj8969).
- ⬆ Bump actions/github-script from 7.1.0 to 9.0.0. PR
[#​1746](https://redirect.github.com/fastapi/typer/pull/1746) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- 🔧 Fix GitHub link in docs. PR
[#​1754](https://redirect.github.com/fastapi/typer/pull/1754) by
[@​tiangolo](https://redirect.github.com/tiangolo).
- ⬆️ Migrate to Zensical. PR
[#​1470](https://redirect.github.com/fastapi/typer/pull/1470) by
[@​tiangolo](https://redirect.github.com/tiangolo).
- ⬆ Bump urllib3 from 2.6.3 to 2.7.0. PR
[#​1741](https://redirect.github.com/fastapi/typer/pull/1741) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- 🔧 Remove unnecessary Ruff rule. PR
[#​1752](https://redirect.github.com/fastapi/typer/pull/1752) by
[@​tiangolo](https://redirect.github.com/tiangolo).
- 🔒️ Add zizmor and fix audit findings. PR
[#​1705](https://redirect.github.com/fastapi/typer/pull/1705) by
[@​YuriiMotov](https://redirect.github.com/YuriiMotov).
- 🔒️ Only allow team members to modify dependencies. PR
[#​1744](https://redirect.github.com/fastapi/typer/pull/1744) by
[@​svlandeg](https://redirect.github.com/svlandeg).
- ⬆ Bump mypy from 2.0.0 to 2.1.0. PR
[#​1742](https://redirect.github.com/fastapi/typer/pull/1742) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ Bump pydantic-settings from 2.14.0 to 2.14.1. PR
[#​1739](https://redirect.github.com/fastapi/typer/pull/1739) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ Bump ty from 0.0.34 to 0.0.35. PR
[#​1740](https://redirect.github.com/fastapi/typer/pull/1740) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ Bump actions/add-to-project from 1.0.2 to 2.0.0. PR
[#​1731](https://redirect.github.com/fastapi/typer/pull/1731) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ Bump actions/labeler from 6.0.1 to 6.1.0. PR
[#​1734](https://redirect.github.com/fastapi/typer/pull/1734) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ Bump pydantic from 2.13.3 to 2.13.4. PR
[#​1736](https://redirect.github.com/fastapi/typer/pull/1736) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ Bump prek from 0.3.11 to 0.3.13. PR
[#​1735](https://redirect.github.com/fastapi/typer/pull/1735) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ Bump mypy from 1.20.2 to 2.0.0. PR
[#​1737](https://redirect.github.com/fastapi/typer/pull/1737) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- 👷 Add pre-commit for typos. PR
[#​1730](https://redirect.github.com/fastapi/typer/pull/1730) by
[@​tiangolo](https://redirect.github.com/tiangolo).
- ⬆ Bump ty from 0.0.33 to 0.0.34. PR
[#​1729](https://redirect.github.com/fastapi/typer/pull/1729) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
- ⬆ Bump ty from 0.0.32 to 0.0.33. PR
[#​1724](https://redirect.github.com/fastapi/typer/pull/1724) by
[@​dependabot\[bot\]](https://redirect.github.com/apps/dependabot).
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- 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/openapi-generators/openapi-python-client).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTQuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE5NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent cc2ebc9 commit eeda8c5
2 files changed
Lines changed: 6 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments