From 297e8d7f59446243b5ba5457046defe7a7a4a16c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 06:52:30 +0000 Subject: [PATCH] Bump tqdm from 4.68.2 to 4.68.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.68.2 to 4.68.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.68.2...v4.68.3) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.68.3 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 264b420..d81aa74 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.2", + "tqdm>=4.68.3", ] [project.scripts] diff --git a/requirements.txt b/requirements.txt index 17714b2..7372fea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ python-dotenv==1.2.1 pywidevine==1.9.0 Requests==2.32.5 tabulate==0.9.0 -tqdm==4.68.2 +tqdm==4.68.3 diff --git a/uv.lock b/uv.lock index eb0561c..3733bc7 100644 --- a/uv.lock +++ b/uv.lock @@ -807,7 +807,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.2" }, + { name = "tqdm", specifier = ">=4.68.3" }, ] [package.metadata.requires-dev] @@ -1299,14 +1299,14 @@ wheels = [ [[package]] name = "tqdm" -version = "4.68.2" +version = "4.68.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama", marker = "sys_platform == 'win32'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/85/05/0d5260f1f1ca784f4a4a0def9cbe6affe587f5b4025328d446c3d67765f4/tqdm-4.68.2.tar.gz", hash = "sha256:89c230e8dbc67c7615c142487111222f878c77427ea09549960f62389e258add", size = 171923, upload-time = "2026-06-09T13:26:42.539Z" } +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" } wheels = [ - { url = "https://files.pythonhosted.org/packages/eb/75/1a0392bcc21c44dcdf87b3cf2d137e7829be2c083a1e38d44efca3d57a16/tqdm-4.68.2-py3-none-any.whl", hash = "sha256:d4240441fb5353290b87d6a85968c9decc131a99b8c7faa28269d829de669ede", size = 78578, upload-time = "2026-06-09T13:26:40.731Z" }, + { 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" }, ] [[package]]