Skip to content

Commit

Permalink
build(deps): bump typer[all] from 0.9.0 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [typer[all]](https://github.com/tiangolo/typer) from 0.9.0 to 0.12.0.
- [Release notes](https://github.com/tiangolo/typer/releases)
- [Changelog](https://github.com/tiangolo/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.9.0...0.12.0)

---
updated-dependencies:
- dependency-name: typer[all]
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 373aadb commit ba426ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"typer[all]==0.9.0",
"typer[all]==0.12.0",
"requests==2.31.0",
"python-dotenv==1.0.0",
"PyYAML==6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# core
typer[all]==0.9.0
typer[all]==0.12.0
requests==2.31.0
python-dotenv==1.0.0
PyYAML==6.0.1
Expand Down

0 comments on commit ba426ce

Please sign in to comment.