This commit is contained in:
√(noham)²
2026-08-13 17:40:09 +02:00
3 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ dependencies = [
"pywidevine>=1.9.0", "pywidevine>=1.9.0",
"requests>=2.32.5", "requests>=2.32.5",
"tabulate>=0.9.0", "tabulate>=0.9.0",
"tqdm>=4.68.4", "tqdm>=4.70.0",
"tzdata>=2026.3", "tzdata>=2026.3",
] ]

View File

@@ -1,10 +1,10 @@
aiohttp==3.14.1 aiohttp==3.14.3
beautifulsoup4==4.15.0 beautifulsoup4==4.15.0
InquirerPy==0.3.4 InquirerPy==0.3.4
prompt_toolkit==3.0.52 prompt_toolkit==3.0.53
python-dotenv==1.2.2 python-dotenv==1.2.2
pywidevine==1.9.0 pywidevine==1.9.0
Requests==2.34.2 Requests==2.34.2
tabulate==0.10.0 tabulate==0.10.0
tqdm==4.68.4 tqdm==4.70.0
tzdata==2026.3 tzdata==2026.3

8
uv.lock generated
View File

@@ -808,7 +808,7 @@ requires-dist = [
{ name = "pywidevine", specifier = ">=1.9.0" }, { name = "pywidevine", specifier = ">=1.9.0" },
{ name = "requests", specifier = ">=2.32.5" }, { name = "requests", specifier = ">=2.32.5" },
{ name = "tabulate", specifier = ">=0.9.0" }, { name = "tabulate", specifier = ">=0.9.0" },
{ name = "tqdm", specifier = ">=4.68.4" }, { name = "tqdm", specifier = ">=4.70.0" },
{ name = "tzdata", specifier = ">=2026.3" }, { name = "tzdata", specifier = ">=2026.3" },
] ]
@@ -1301,14 +1301,14 @@ wheels = [
[[package]] [[package]]
name = "tqdm" name = "tqdm"
version = "4.68.4" version = "4.70.0"
source = { registry = "https://pypi.org/simple" } source = { registry = "https://pypi.org/simple" }
dependencies = [ dependencies = [
{ name = "colorama", marker = "sys_platform == 'win32'" }, { name = "colorama", marker = "sys_platform == 'win32'" },
] ]
sdist = { url = "https://files.pythonhosted.org/packages/ae/5f/57ff8b434839e70dab45601284ea413e947a63799891b7553e5960a793a8/tqdm-4.68.4.tar.gz", hash = "sha256:19829c9673638f2a0b8617da4cdcb927e831cd88bcfcb6e78d42a4d1af131520", size = 792418, upload-time = "2026-07-07T09:58:18.369Z" } sdist = { url = "https://files.pythonhosted.org/packages/21/3b/6c24bec5be5e743ffd99576daa5cc077722fc7d5bbc00bd133fa0c698dc6/tqdm-4.70.0.tar.gz", hash = "sha256:55b0b0dbd97462d06ebee91e4dac24ed4d4702be82b24f07e6c1d27e08cea220", size = 795438, upload-time = "2026-07-27T11:33:15.271Z" }
wheels = [ wheels = [
{ url = "https://files.pythonhosted.org/packages/22/2a/5e5e750890ada51017d18d0d4c30da696e5b5bd3180947729927628fc3cb/tqdm-4.68.4-py3-none-any.whl", hash = "sha256:5168118b2368f48c561afda8020fd79195b1bdb0bdf8086b88442c267a315dc2", size = 676612, upload-time = "2026-07-07T09:58:16.256Z" }, { url = "https://files.pythonhosted.org/packages/f9/1c/01bfd571a64e7f270e6bab5e33777debe0edc56759233ce84f27dec92d14/tqdm-4.70.0-py3-none-any.whl", hash = "sha256:7f585706bfddbdebf89daac705b2dfcc16890130727d3197ca62c732b4310953", size = 80184, upload-time = "2026-07-27T11:33:13.167Z" },
] ]
[[package]] [[package]]