Skip to content

Commit

Permalink
Dependabot monitoring PyPi dependencies(deps): Bump typer
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 29, 2024
1 parent cc3cc37 commit a34a2d2
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 @@ -33,7 +33,7 @@ dependencies = [
"platformdirs==4.3.6",
"pycryptodome==3.21.0",
"requests[socks]==2.32.3",
"typer==0.13.1",
"typer==0.14.0",
]
[project.scripts]
tidal-wave = "tidal_wave.main:app"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ m3u8==6.0.0
platformdirs==4.3.6
pycryptodome==3.21.0
requests[socks]==2.32.3
typer==0.13.1
typer==0.14.0

0 comments on commit a34a2d2

Please sign in to comment.