From 012d6bff384603aa4b9fd6608fcb48a3b0a65600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 21:40:40 +0000 Subject: [PATCH] Bump tqdm from 4.67.1 to 4.67.2 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.67.1 to 4.67.2. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.1...v4.67.2) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.67.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 191c278..1bca82c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -736,14 +736,14 @@ files = [ [[package]] name = "tqdm" -version = "4.67.1" +version = "4.67.2" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "tqdm-4.67.1-py3-none-any.whl", hash = "sha256:26445eca388f82e72884e0d580d5464cd801a3ea01e63e5601bdff9ba6a48de2"}, - {file = "tqdm-4.67.1.tar.gz", hash = "sha256:f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2"}, + {file = "tqdm-4.67.2-py3-none-any.whl", hash = "sha256:9a12abcbbff58b6036b2167d9d3853042b9d436fe7330f06ae047867f2f8e0a7"}, + {file = "tqdm-4.67.2.tar.gz", hash = "sha256:649aac53964b2cb8dec76a14b405a4c0d13612cb8933aae547dd144eacc99653"}, ] [package.dependencies] @@ -787,4 +787,4 @@ dev = ["black (>=19.3b0) ; python_version >= \"3.6\"", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "11f8aa4795c480c61896ddf8121e10f14910b7f3ddf3ec069b75dc4a7fc68f1d" +content-hash = "e3fb59bf992556230bdafb317a35267cc06a0cda732e25ecdba7db2719ee1f87" diff --git a/pyproject.toml b/pyproject.toml index c52fb1d..0c8d08d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.10" click = "^8.3.1" loguru = "^0.7.3" omegaconf = "^2.3.0" -tqdm = "^4.67.1" +tqdm = "^4.67.2" lief = "^0.17.2" [tool.poetry.group.dev.dependencies]