Skip to content

Commit 5b63f6a

Browse files
Dependabot monitoring PyPi dependencies(deps): Bump typer
Bumps [typer](https://github.com/fastapi/typer) from 0.14.0 to 0.15.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.14.0...0.15.0) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a641c94 commit 5b63f6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"platformdirs==4.3.6",
3434
"pycryptodome==3.21.0",
3535
"requests[socks]==2.32.3",
36-
"typer==0.14.0",
36+
"typer==0.15.0",
3737
]
3838
[project.scripts]
3939
tidal-wave = "tidal_wave.main:app"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ m3u8==6.0.0
77
platformdirs==4.3.6
88
pycryptodome==3.21.0
99
requests[socks]==2.32.3
10-
typer==0.14.0
10+
typer==0.15.0

0 commit comments

Comments
 (0)