build(deps): bump typer from 0.7.0 to 0.19.1
Type: Pull Request
State: Closed
Association: Contributor
Comments: 0
(9 months ago)
(9 months ago)
(9 months ago)
dependencies python
Bumps typer from 0.7.0 to 0.19.1.
Release notes
Sourced from typer's releases.
0.19.1
Note: this is the last version to support Python 3.7, going forward Typer will require Python 3.8+. And soon Python 3.8 will also be dropped as Python 3.8 reached it's end of life almost a year ago.
Fixes
- 🐛 Ensure that
Optional[list]values work correctly with callbacks. PR #1018 by@solesensei.0.19.0
Features
- ✨ Support
typing.Literalto define a set of predefined choices. PR #429 by@blackary.- ✨ Allow setting an environment variable to
NoneinCliRunner.invoke. PR #1303 by@arjenzorgdoc.Refactors
- ✅ Use Ruff rules to ensure safe lazy-loading of
rich. PR #1297 by@nathanjmcdougall.- ✅ Avoid rich formatting in number test. PR #1305 by
@svlandeg.Docs
- 📝 Clarify single-command vs multi-command behaviour in README. PR #1268 by
@MorgenPronk.0.18.0
Fixes
- 👽️ Ensure compatibility with Click 8.3.0 by restoring the original
value_is_missingfunction. PR #1333 by@svlandeg.Upgrades
- 📌 Remove pin for Click < 8.3.0 now that there's a fix for the changes. PR #1346 by
@tiangolo.0.17.5
Fixes
- ⬇️ Restrict Click to below 8.3.0 to handle changes in the new version. PR #1336 by
@svlandeg.Internal
- ⬆ Bump mkdocs-material from 9.6.14 to 9.6.20. PR #1308 by
@dependabot[bot].- ⬆ Bump mkdocs-material from 9.5.50 to 9.6.14. PR #1223 by
@dependabot[bot].- ⬆ Bump actions/download-artifact from 4 to 5. PR #1269 by
@dependabot[bot].- ⬆ Bump ruff from 0.12.12 to 0.13.0. PR #1302 by
@dependabot[bot].- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1307 by
@pre-commit-ci[bot].- ⬆ Update pytest-cov requirement from <7.0.0,>=2.10.0 to >=2.10.0,<8.0.0. PR #1301 by
@dependabot[bot].- ⬆ Bump actions/setup-python from 5 to 6. PR #1291 by
@dependabot[bot].- ⬆ Bump ruff from 0.12.11 to 0.12.12. PR #1295 by
@dependabot[bot].- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1300 by
@pre-commit-ci[bot].- ⬆ Bump actions/labeler from 5 to 6. PR #1296 by
@dependabot[bot].0.17.4
... (truncated)
Changelog
Sourced from typer's changelog.
0.19.1
Note: this is the last version to support Python 3.7, going forward Typer will require Python 3.8+. And soon Python 3.8 will also be dropped as Python 3.8 reached it's end of life almost a year ago.
Fixes
- 🐛 Ensure that
Optional[list]values work correctly with callbacks. PR #1018 by@solesensei.0.19.0
Features
- ✨ Support
typing.Literalto define a set of predefined choices. PR #429 by@blackary.- ✨ Allow setting an environment variable to
NoneinCliRunner.invoke. PR #1303 by@arjenzorgdoc.Refactors
- ✅ Use Ruff rules to ensure safe lazy-loading of
rich. PR #1297 by@nathanjmcdougall.- ✅ Avoid rich formatting in number test. PR #1305 by
@svlandeg.Docs
- 📝 Clarify single-command vs multi-command behaviour in README. PR #1268 by
@MorgenPronk.0.18.0
Fixes
- 👽️ Ensure compatibility with Click 8.3.0 by restoring the original
value_is_missingfunction. PR #1333 by@svlandeg.Upgrades
- 📌 Remove pin for Click < 8.3.0 now that there's a fix for the changes. PR #1346 by
@tiangolo.0.17.5
Fixes
- ⬇️ Restrict Click to below 8.3.0 to handle changes in the new version. PR #1336 by
@svlandeg.Internal
- ⬆ Bump mkdocs-material from 9.6.14 to 9.6.20. PR #1308 by
@dependabot[bot].- ⬆ Bump mkdocs-material from 9.5.50 to 9.6.14. PR #1223 by
@dependabot[bot].- ⬆ Bump actions/download-artifact from 4 to 5. PR #1269 by
@dependabot[bot].- ⬆ Bump ruff from 0.12.12 to 0.13.0. PR #1302 by
@dependabot[bot].- ⬆ [pre-commit.ci] pre-commit autoupdate. PR #1307 by
@pre-commit-ci[bot].- ⬆ Update pytest-cov requirement from <7.0.0,>=2.10.0 to >=2.10.0,<8.0.0. PR #1301 by
@dependabot[bot].- ⬆ Bump actions/setup-python from 5 to 6. PR #1291 by
@dependabot[bot].- ⬆ Bump ruff from 0.12.11 to 0.12.12. PR #1295 by
@dependabot[bot].
... (truncated)
Commits
7afa636🔖 Release version 0.19.182e27e9📝 Update release notes53ae9ee🐛 Ensure thatOptional[list]values work correctly with callbacks (#1018)13619fb🔖 Release version 0.19.07a0f002📝 Update release notes05400d9📝 Update release notes6774f1d✨ Supporttyping.Literalto define a set of predefined choices (#429)2ece3e6📝 Update release notes2b05c7c✅ Avoid rich formatting in number test (#1305)9dfdd51📝 Update release notes- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
2
+107
-105
Package Dependencies
Technical Details
| ID: | 8532226 |
| UUID: | 2849695735 |
| Node ID: | PR_kwDOIG62yc6p2uf3 |
| Host: | GitHub |
| Repository: | pythonhubdev/scaffoldr |
| Merge State: | Dirty |