From a3abca1ef17faa3b6949c854377242d040fcdab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 06:30:06 +0000 Subject: [PATCH] chore(deps): update tqdm requirement from >=4.67.1 to >=4.67.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.1...v4.67.3) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.67.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 7aa34f9..854710c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "loguru>=0.7.3", "pycryptodome>=3.20.0", "distro>=1.9.0", - "tqdm>=4.67.1", + "tqdm>=4.67.3", "httpx[http2]>=0.28.1", "PyExecJS>=1.5.1", "deprecated>=1.2.18" diff --git a/requirements.txt b/requirements.txt index dabaef6..26cfbd6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ requests>=2.31.0 loguru>=0.7.3 pycryptodome>=3.20.0 distro>=1.9.0 -tqdm>=4.67.1 +tqdm>=4.67.3 httpx[http2]>=0.28.1 PyExecJS>=1.5.1 deprecated>=1.2.18 \ No newline at end of file