Skip to content

Chore(deps): Update typer[all] requirement from <0.22,>=0.15 to >=0.15,<0.24#48

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/typer-all--gte-0.15-and-lt-0.24
Closed

Chore(deps): Update typer[all] requirement from <0.22,>=0.15 to >=0.15,<0.24#48
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/typer-all--gte-0.15-and-lt-0.24

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Updates the requirements on typer[all] to permit the latest version.

Release notes

Sourced from typer[all]'s releases.

0.23.1

Fixes

  • 🐛 Fix TYPER_USE_RICH parsing to allow disabling Rich completely. PR #1539 by @​bckohan.

Docs

  • 📝 Remove documentation pages that reference using Click directly. PR #1538 by @​svlandeg.

Internal

Changelog

Sourced from typer[all]'s changelog.

0.23.1

Fixes

  • 🐛 Fix TYPER_USE_RICH parsing to allow disabling Rich completely. PR #1539 by @​bckohan.

Docs

  • 📝 Remove documentation pages that reference using Click directly. PR #1538 by @​svlandeg.

Internal

0.23.0

Breaking Changes

  • ♻️ When printing error tracebacks with Rich, default to not showing locals, which are sometimes verbose. PR #1072 by @​tiangolo.

Docs

  • 📝 Add more explicit deprecation note in shell packages. PR #1534 by @​tiangolo.

Internal

0.22.0

Breaking Changes

  • 💥 Make typer-slim a shallow wrapper around typer, always requiring rich and shellingham. PR #1522 by @​svlandeg.

0.21.2

Fixes

  • 🐛 Fix highlighting of optional variadic argument metavars. PR #1508 by @​BenjyWiener.
  • 🐛 Fix --help text alignment when using typer.style() in option descriptions. PR #1356 by @​mahimairaja.

Refactors

Upgrades

... (truncated)

Commits
  • d2d9f59 🔖 Release version 0.23.1
  • bc0f4b7 📝 Update release notes
  • 1edb599 🐛 Fix TYPER_USE_RICH parsing to allow disabling Rich completely (#1539)
  • d1cb863 📝 Update release notes
  • 2f265f2 📝 Remove documentation pages that reference using Click directly (#1538)
  • 40430e1 📝 Update release notes
  • 6413588 ⬆ Bump ty from 0.0.15 to 0.0.16 (#1533)
  • 6f2b111 🔖 Release version 0.23.0
  • 56d81f0 📝 Update release notes
  • 458325d ♻️ When printing error tracebacks with Rich, default to not showing locals, w...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [typer[all]](https://github.com/fastapi/typer) to permit the latest version.
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.15.0...0.23.1)

---
updated-dependencies:
- dependency-name: typer[all]
  dependency-version: 0.23.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Feb 16, 2026
@github-actions
Copy link

PR: #48
Mode: squash
Topic: GH-releng-gerrit_to_platform-48
Change-Ids:
I0ac367d6dc2fb3b9572a5b743fb4489af3767432
Digest: cdd37fb54a7e
GitHub-Hash: bac46a4a2bc616e0

Note: This metadata is also included in the Gerrit commit message for reconciliation.

@github-actions
Copy link

Change raised in Gerrit by GitHub2Gerrit: https://gerrit.linuxfoundation.org/infra/c/releng/gerrit_to_platform/+/74113

ModeSevenIndustrialSolutions pushed a commit to modeseven-lfit/releng-gerrit_to_platform that referenced this pull request Mar 10, 2026
… 1.0.2

Bumps lfreleng-actions/github2gerrit-action from 1.0.1 to 1.0.2.
## Release notes

Sourced from lfreleng-actions/github2gerrit-action's releases.

v1.0.2
Bug Fixes

Fix: Environment setup/updates to fix build-on-demand @​ModeSevenIndustrialSolutions (#56)

Maintenance

Chore: Bump actions/checkout from 5.0.1 to 6.0.0 @dependabot[bot] (lfit#48)
Chore: Bump astral-sh/setup-uv from 7.1.3 to 7.1.4 @dependabot[bot] (lfit#49)
Chore: Bump lfreleng-actions/python-build-action from 0.1.21 to 0.1.22 @dependabot[bot] (lfit#50)
Chore: Bump lfreleng-actions/python-test-action from 0.1.12 to 1.0.0 @dependabot[bot] (lfit#53)
Chore: Bump actions/setup-python from 6.0.0 to 6.1.0 @dependabot[bot] (#54)
Chore: Bump anchore/scan-action from 7.2.0 to 7.2.1 @dependabot[bot] (#55)
Chore: Bump lfreleng-actions/draft-release-promote-action @dependabot[bot] (lfit#52)

Code Quality

CI: Checkout now (optionally) handled in PyP publishing step @​ModeSevenIndustrialSolutions (#57)

Links

Submit bugs/feature requests

## Commits

cf7b647 Merge pull request #57 from modeseven-lfreleng-actions/update-workflows
b4f9921 CI: Checkout now (optionally) handled in PyP publishing step
1881fa4 Merge pull request #56 from modeseven-lfreleng-actions/update-action
5c200b9 Fix: Environment setup/updates to fix build-on-demand
036af59 Merge pull request lfit#52 from lfreleng-actions/dependabot/github_actions/lfrele
04d5a82 Merge pull request #55 from lfreleng-actions/dependabot/github_actions/anchor
0441d78 Merge pull request #54 from lfreleng-actions/dependabot/github_actions/action
891c70b Merge pull request lfit#53 from lfreleng-actions/dependabot/github_actions/lfrele
723d4b2 Chore: Bump anchore/scan-action from 7.2.0 to 7.2.1
7d41489 Chore: Bump actions/setup-python from 6.0.0 to 6.1.0
Additional commits viewable in compare view

![Dependabot compatibility score](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: lfit.gh2gerrit <releng+lfit-gh2gerrit@linuxfoundation.org>
Change-Id: I0ccccd9825ecb62c16a6717677730c0344a6df34
GitHub-PR: lfit#26
GitHub-Hash: 5aeb0fea2c3386fd
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 12, 2026

Looks like typer[all] is no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Mar 12, 2026
@github-actions
Copy link

Automated PR Closure

This pull request has been automatically closed by GitHub2Gerrit.

The corresponding Gerrit change has been abandoned and rejected ⛔️

Gerrit change URL: https://gerrit.linuxfoundation.org/infra/c/releng/gerrit_to_platform/+/74113

The changes from this PR are NOT part of the main codebase in Gerrit.


This is an automated action performed by the GitHub2Gerrit tool.

@dependabot dependabot bot deleted the dependabot/pip/typer-all--gte-0.15-and-lt-0.24 branch March 12, 2026 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants