Skip to content

Commit

Permalink
Bump typer from 0.13.0 to 0.13.1
Browse files Browse the repository at this point in the history
Bumps [typer](https://github.com/fastapi/typer) from 0.13.0 to 0.13.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.13.0...0.13.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 0659e6c commit d6e230f
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.0",
"typer==0.13.1",
]

[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.0b41
tabulate==0.9.0
trezor==0.13.9
typer==0.13.0
typer==0.13.1
web3==6.20.2

0 comments on commit d6e230f

Please sign in to comment.