From ead73a2debefb6f6bf952de8a48a2417726a2d42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 06:52:46 +0000 Subject: [PATCH] Bump tqdm from 4.67.3 to 4.68.1 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.67.3 to 4.68.1. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.3...v4.68.1) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.68.1 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 5735f51..520eb11 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.67.1", + "tqdm>=4.68.1", ] [project.scripts] diff --git a/requirements.txt b/requirements.txt index 3d38720..246f7e2 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.67.3 +tqdm==4.68.1 diff --git a/uv.lock b/uv.lock index 15d9b7d..5ebb87e 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.67.1" }, + { name = "tqdm", specifier = ">=4.68.1" }, ] [package.metadata.requires-dev] @@ -1299,14 +1299,14 @@ wheels = [ [[package]] name = "tqdm" -version = "4.67.3" +version = "4.68.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama", marker = "sys_platform == 'win32'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/09/a9/6ba95a270c6f1fbcd8dac228323f2777d886cb206987444e4bce66338dd4/tqdm-4.67.3.tar.gz", hash = "sha256:7d825f03f89244ef73f1d4ce193cb1774a8179fd96f31d7e1dcde62092b960bb", size = 169598, upload-time = "2026-02-03T17:35:53.048Z" } +sdist = { url = "https://files.pythonhosted.org/packages/06/b3/36c8ecf72e8925200671613332db156d84b99b3aee742a41c1938ebb0808/tqdm-4.68.1.tar.gz", hash = "sha256:fc163d96b287bd031e1aa24421ce4411b25559bd0a1be4fe649bdaa4d2c02bf5", size = 171236, upload-time = "2026-06-05T17:23:15.267Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/16/e1/3079a9ff9b8e11b846c6ac5c8b5bfb7ff225eee721825310c91b3b50304f/tqdm-4.67.3-py3-none-any.whl", hash = "sha256:ee1e4c0e59148062281c49d80b25b67771a127c85fc9676d3be5f243206826bf", size = 78374, upload-time = "2026-02-03T17:35:50.982Z" }, + { url = "https://files.pythonhosted.org/packages/47/aa/218a0eb34de1f753c83e4d0d1c8e7c4cef27f20dcb8342e024f63a80dc86/tqdm-4.68.1-py3-none-any.whl", hash = "sha256:fea4a90e4023f764914569f7802a297277c5ab1a66be5144143e142e1a4031d8", size = 78354, upload-time = "2026-06-05T17:23:13.654Z" }, ] [[package]]