From 14eea661a3d1cc90189a9a9a889c8def7c6fc4ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 06:52:30 +0000 Subject: [PATCH 1/2] Bump tqdm from 4.68.3 to 4.68.4 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.68.3 to 4.68.4. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.68.3...v4.68.4) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.68.4 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 5a71810..a54591d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ python-dotenv==1.2.2 pywidevine==1.9.0 Requests==2.34.2 tabulate==0.10.0 -tqdm==4.68.3 +tqdm==4.68.4 From 11178ac85824798edb1a60222ed9e88602792812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 06:53:01 +0000 Subject: [PATCH 2/2] Bump tqdm from 4.68.3 to 4.68.4 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.68.3 to 4.68.4. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.68.3...v4.68.4) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.68.4 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 2af4380..1707ff3 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.3", + "tqdm>=4.68.4", "tzdata>=2026.2", ] diff --git a/requirements.txt b/requirements.txt index 5a71810..a54591d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ python-dotenv==1.2.2 pywidevine==1.9.0 Requests==2.34.2 tabulate==0.10.0 -tqdm==4.68.3 +tqdm==4.68.4 diff --git a/uv.lock b/uv.lock index 59293b8..75f9dec 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.3" }, + { name = "tqdm", specifier = ">=4.68.4" }, { name = "tzdata", specifier = ">=2026.2" }, ] @@ -1301,14 +1301,14 @@ wheels = [ [[package]] name = "tqdm" -version = "4.68.3" +version = "4.68.4" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama", marker = "sys_platform == 'win32'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/87/d7/0535a28b1f5f24f6612fb3ff1e89fb1a8d160fee0f976e0aa6803862134b/tqdm-4.68.3.tar.gz", hash = "sha256:00dfa48452b6b6cfae3dd9885636c23d3422d1ec97c66d96818cbd5e0821d482", size = 170596, upload-time = "2026-06-17T07:36:52.105Z" } +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" } wheels = [ - { url = "https://files.pythonhosted.org/packages/d8/8e/bb97bb0c71802080bfc8952937d174e49cfc50de5c951dd47b2496f0dcdb/tqdm-4.68.3-py3-none-any.whl", hash = "sha256:39832cc2def2789a6f29df83f172db7416cea70052c0907a57801c5f2fdccb03", size = 78337, upload-time = "2026-06-17T07:36:50.132Z" }, + { 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" }, ] [[package]]