From c647d510c8a1af7beef0bf6580320e297a62196b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 06:52:31 +0000 Subject: [PATCH 1/9] Bump tqdm from 4.68.4 to 4.69.0 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.68.4 to 4.69.0. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.68.4...v4.69.0) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.69.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 57567ec..443e4a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ python-dotenv==1.2.2 pywidevine==1.9.0 Requests==2.34.2 tabulate==0.10.0 -tqdm==4.68.4 +tqdm==4.69.0 tzdata==2026.3 From 34219bacfb2a44edd8b71ae64b5751b402a828c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 06:52:52 +0000 Subject: [PATCH 2/9] Bump tqdm from 4.68.4 to 4.69.0 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.68.4 to 4.69.0. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.68.4...v4.69.0) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.69.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- uv.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5147ffb..51c2a8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "pywidevine>=1.9.0", "requests>=2.32.5", "tabulate>=0.9.0", - "tqdm>=4.68.4", + "tqdm>=4.69.0", "tzdata>=2026.3", ] diff --git a/requirements.txt b/requirements.txt index 57567ec..443e4a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ python-dotenv==1.2.2 pywidevine==1.9.0 Requests==2.34.2 tabulate==0.10.0 -tqdm==4.68.4 +tqdm==4.69.0 tzdata==2026.3 diff --git a/uv.lock b/uv.lock index 42fea01..5a4414f 100644 --- a/uv.lock +++ b/uv.lock @@ -808,7 +808,7 @@ requires-dist = [ { name = "pywidevine", specifier = ">=1.9.0" }, { name = "requests", specifier = ">=2.32.5" }, { name = "tabulate", specifier = ">=0.9.0" }, - { name = "tqdm", specifier = ">=4.68.4" }, + { name = "tqdm", specifier = ">=4.69.0" }, { name = "tzdata", specifier = ">=2026.3" }, ] @@ -1301,14 +1301,14 @@ wheels = [ [[package]] name = "tqdm" -version = "4.68.4" +version = "4.69.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { 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/8c/69/40407dfc835517f058b603dbf37a6df094d8582b015a51eddc988febbcb7/tqdm-4.69.0.tar.gz", hash = "sha256:700c5e85dcd5f009dd6222588a29180a193a748247a5d855b4d67db93d79a53b", size = 792569, upload-time = "2026-07-17T18:09:06.2Z" } 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/fe/21/99a0cdaf54eb35e77623c41b5a2c9472ee4404bba687052791fe2aba6773/tqdm-4.69.0-py3-none-any.whl", hash = "sha256:9979978912be667a6ef21fd5d8abf54e324e63d82f7f43c360792ebc2bc4e622", size = 676680, upload-time = "2026-07-17T18:09:04.172Z" }, ] [[package]] From 0063753c4726f2b4b11492997e468a517510d4e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 06:52:31 +0000 Subject: [PATCH 3/9] Bump tqdm from 4.69.0 to 4.69.1 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.69.0 to 4.69.1. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.69.0...v4.69.1) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.69.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 443e4a4..0a730a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ python-dotenv==1.2.2 pywidevine==1.9.0 Requests==2.34.2 tabulate==0.10.0 -tqdm==4.69.0 +tqdm==4.69.1 tzdata==2026.3 From 5634871a35a9eaef9f5bf77a0469afb2ab87b8e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 06:52:49 +0000 Subject: [PATCH 4/9] Bump aiohttp from 3.14.1 to 3.14.3 --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 443e4a4..8eae1bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.14.1 +aiohttp==3.14.3 beautifulsoup4==4.15.0 InquirerPy==0.3.4 prompt_toolkit==3.0.52 From 9f97f7ff33af775a9d2bf8d396b7cc5a62169d4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 06:52:58 +0000 Subject: [PATCH 5/9] Bump tqdm from 4.69.0 to 4.69.1 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.69.0 to 4.69.1. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.69.0...v4.69.1) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.69.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- uv.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 51c2a8a..3c991de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "pywidevine>=1.9.0", "requests>=2.32.5", "tabulate>=0.9.0", - "tqdm>=4.69.0", + "tqdm>=4.69.1", "tzdata>=2026.3", ] diff --git a/requirements.txt b/requirements.txt index 443e4a4..0a730a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ python-dotenv==1.2.2 pywidevine==1.9.0 Requests==2.34.2 tabulate==0.10.0 -tqdm==4.69.0 +tqdm==4.69.1 tzdata==2026.3 diff --git a/uv.lock b/uv.lock index 5a4414f..9a17780 100644 --- a/uv.lock +++ b/uv.lock @@ -808,7 +808,7 @@ requires-dist = [ { name = "pywidevine", specifier = ">=1.9.0" }, { name = "requests", specifier = ">=2.32.5" }, { name = "tabulate", specifier = ">=0.9.0" }, - { name = "tqdm", specifier = ">=4.69.0" }, + { name = "tqdm", specifier = ">=4.69.1" }, { name = "tzdata", specifier = ">=2026.3" }, ] @@ -1301,14 +1301,14 @@ wheels = [ [[package]] name = "tqdm" -version = "4.69.0" +version = "4.69.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama", marker = "sys_platform == 'win32'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/8c/69/40407dfc835517f058b603dbf37a6df094d8582b015a51eddc988febbcb7/tqdm-4.69.0.tar.gz", hash = "sha256:700c5e85dcd5f009dd6222588a29180a193a748247a5d855b4d67db93d79a53b", size = 792569, upload-time = "2026-07-17T18:09:06.2Z" } +sdist = { url = "https://files.pythonhosted.org/packages/dd/84/da0e5038228fa34dfd77c5026b173ed035d2a3ba31f1077590c013de2bff/tqdm-4.69.1.tar.gz", hash = "sha256:2be21080a0ce17e902c2f1baeb6a74bf551b67bbdfa4bc0109fad471d0b4cb0d", size = 793046, upload-time = "2026-07-24T14:22:02.08Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/fe/21/99a0cdaf54eb35e77623c41b5a2c9472ee4404bba687052791fe2aba6773/tqdm-4.69.0-py3-none-any.whl", hash = "sha256:9979978912be667a6ef21fd5d8abf54e324e63d82f7f43c360792ebc2bc4e622", size = 676680, upload-time = "2026-07-17T18:09:04.172Z" }, + { url = "https://files.pythonhosted.org/packages/01/50/5817619a0fca56aff06383dbfde7ae017b3ca383915b3f1e4713164273cf/tqdm-4.69.1-py3-none-any.whl", hash = "sha256:0a654b96f7a2660cceb615b56f307ec2bef96c515409014a429a561981ab52b4", size = 675452, upload-time = "2026-07-24T14:22:00.048Z" }, ] [[package]] From 7f465affbb30a64b9403e8659b861a53c862b68b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 06:52:39 +0000 Subject: [PATCH 6/9] Bump tqdm from 4.69.1 to 4.70.0 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.69.1 to 4.70.0. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.69.1...v4.70.0) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.70.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7f145ff..51344b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ python-dotenv==1.2.2 pywidevine==1.9.0 Requests==2.34.2 tabulate==0.10.0 -tqdm==4.69.1 +tqdm==4.70.0 tzdata==2026.3 From cbb6275affb7b31674189f568f4ea2788620c0b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 06:52:44 +0000 Subject: [PATCH 7/9] Bump prompt-toolkit from 3.0.52 to 3.0.53 Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 3.0.52 to 3.0.53. - [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases) - [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/main/CHANGELOG) - [Commits](https://github.com/prompt-toolkit/python-prompt-toolkit/compare/3.0.52...3.0.53) --- updated-dependencies: - dependency-name: prompt-toolkit dependency-version: 3.0.53 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7f145ff..0608242 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ aiohttp==3.14.3 beautifulsoup4==4.15.0 InquirerPy==0.3.4 -prompt_toolkit==3.0.52 +prompt_toolkit==3.0.53 python-dotenv==1.2.2 pywidevine==1.9.0 Requests==2.34.2 From 03549172f07207932d76998280a9de0d5fc90082 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 06:52:58 +0000 Subject: [PATCH 8/9] Bump tqdm from 4.69.1 to 4.70.0 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.69.1 to 4.70.0. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.69.1...v4.70.0) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.70.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- uv.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3c991de..41e48e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "pywidevine>=1.9.0", "requests>=2.32.5", "tabulate>=0.9.0", - "tqdm>=4.69.1", + "tqdm>=4.70.0", "tzdata>=2026.3", ] diff --git a/requirements.txt b/requirements.txt index 7f145ff..51344b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ python-dotenv==1.2.2 pywidevine==1.9.0 Requests==2.34.2 tabulate==0.10.0 -tqdm==4.69.1 +tqdm==4.70.0 tzdata==2026.3 diff --git a/uv.lock b/uv.lock index 9a17780..560ca33 100644 --- a/uv.lock +++ b/uv.lock @@ -808,7 +808,7 @@ requires-dist = [ { name = "pywidevine", specifier = ">=1.9.0" }, { name = "requests", specifier = ">=2.32.5" }, { name = "tabulate", specifier = ">=0.9.0" }, - { name = "tqdm", specifier = ">=4.69.1" }, + { name = "tqdm", specifier = ">=4.70.0" }, { name = "tzdata", specifier = ">=2026.3" }, ] @@ -1301,14 +1301,14 @@ wheels = [ [[package]] name = "tqdm" -version = "4.69.1" +version = "4.70.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama", marker = "sys_platform == 'win32'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/dd/84/da0e5038228fa34dfd77c5026b173ed035d2a3ba31f1077590c013de2bff/tqdm-4.69.1.tar.gz", hash = "sha256:2be21080a0ce17e902c2f1baeb6a74bf551b67bbdfa4bc0109fad471d0b4cb0d", size = 793046, upload-time = "2026-07-24T14:22:02.08Z" } +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 = [ - { url = "https://files.pythonhosted.org/packages/01/50/5817619a0fca56aff06383dbfde7ae017b3ca383915b3f1e4713164273cf/tqdm-4.69.1-py3-none-any.whl", hash = "sha256:0a654b96f7a2660cceb615b56f307ec2bef96c515409014a429a561981ab52b4", size = 675452, upload-time = "2026-07-24T14:22:00.048Z" }, + { 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]] From 94e7b71bf6c58be0a8108138fdc7b178b46bd0a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 06:53:06 +0000 Subject: [PATCH 9/9] Bump prompt-toolkit from 3.0.52 to 3.0.53 Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 3.0.52 to 3.0.53. - [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases) - [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/main/CHANGELOG) - [Commits](https://github.com/prompt-toolkit/python-prompt-toolkit/compare/3.0.52...3.0.53) --- updated-dependencies: - dependency-name: prompt-toolkit dependency-version: 3.0.53 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7f145ff..0608242 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ aiohttp==3.14.3 beautifulsoup4==4.15.0 InquirerPy==0.3.4 -prompt_toolkit==3.0.52 +prompt_toolkit==3.0.53 python-dotenv==1.2.2 pywidevine==1.9.0 Requests==2.34.2