Skip to content

Commit

Permalink
Update typer requirement in the pip-updates group
Browse files Browse the repository at this point in the history
Updates the requirements on [typer](https://github.com/fastapi/typer) to permit the latest version.

Updates `typer` to 0.15.1
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.6.1...0.15.1)

---
updated-dependencies:
- dependency-name: typer
  dependency-type: direct:production
  dependency-group: pip-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 230e107 commit abf2ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
]
dependencies = [
"build >=0.9,<1.3",
"typer >=0.6.1,<0.15.0",
"typer >=0.6.1,<0.16.0",
"setuptools >=69.2,<76.0; python_version >= \"3.12\"",
]
dynamic = []
Expand Down

0 comments on commit abf2ef3

Please sign in to comment.