From 50da02c9e9950d67e57c115609cf97a7d84ba475 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 05:43:56 +0000 Subject: [PATCH] chore(deps): update tqdm requirement from >=4.67.3 to >=4.68.3 Updates the requirements on [tqdm](https://github.com/tqdm/tqdm) to permit the latest version. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.3...v4.68.3) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.68.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 84eb0c9..954fe1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "loguru>=0.7.3", "pycryptodome>=3.23.0", "distro>=1.9.0", - "tqdm>=4.67.3", + "tqdm>=4.68.3", "httpx[http2]>=0.28.1", "PyExecJS>=1.5.1", "deprecated>=1.3.1" diff --git a/requirements.txt b/requirements.txt index 76c3c83..eb7a74a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ requests>=2.33.1 loguru>=0.7.3 pycryptodome>=3.23.0 distro>=1.9.0 -tqdm>=4.67.3 +tqdm>=4.68.3 httpx[http2]>=0.28.1 PyExecJS>=1.5.1 deprecated>=1.3.1 \ No newline at end of file