Skip to content

Commit

Permalink
Bump typer from 0.13.1 to 0.14.0
Browse files Browse the repository at this point in the history
Bumps [typer](https://github.com/fastapi/typer) from 0.13.1 to 0.14.0.
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.13.1...0.14.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Uxio0 committed Dec 3, 2024
1 parent 903e6ae commit 5988147
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 @@ -27,7 +27,7 @@ dependencies = [
"requests>=2",
"safe-eth-py>=6.0.0b41",
"tabulate>=0.8",
"typer==0.13.1",
"typer==0.14.0",
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ requests==2.32.3
safe-eth-py==6.0.0b43
tabulate==0.9.0
trezor==0.13.9
typer==0.13.1
typer==0.14.0
web3==6.20.2

0 comments on commit 5988147

Please sign in to comment.