We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a641c94 commit 5b63f6aCopy full SHA for 5b63f6a
pyproject.toml
@@ -33,7 +33,7 @@ dependencies = [
33
"platformdirs==4.3.6",
34
"pycryptodome==3.21.0",
35
"requests[socks]==2.32.3",
36
- "typer==0.14.0",
+ "typer==0.15.0",
37
]
38
[project.scripts]
39
tidal-wave = "tidal_wave.main:app"
requirements.txt
@@ -7,4 +7,4 @@ m3u8==6.0.0
7
platformdirs==4.3.6
8
pycryptodome==3.21.0
9
requests[socks]==2.32.3
10
-typer==0.14.0
+typer==0.15.0
0 commit comments