Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 15, 2024
1 parent 29cb76f commit 0ac58a2
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.12.3",
"typer[all]==0.12.5",
"requests==2.32.3",
"python-dotenv==1.0.1",
"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.12.3
typer[all]==0.12.5
requests==2.32.3
python-dotenv==1.0.1
PyYAML==6.0.1
Expand Down

0 comments on commit 0ac58a2

Please sign in to comment.