From 4606bebaa3d850518a5bd3bd6794eb52b9f605eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 12:25:04 +0000 Subject: [PATCH] Bump tqdm from 4.67.1 to 4.67.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.67.1 to 4.67.3. - [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 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 0980cf6..334b155 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5543,14 +5543,14 @@ scipy = ["scipy"] [[package]] name = "tqdm" -version = "4.67.1" +version = "4.67.3" 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.3-py3-none-any.whl", hash = "sha256:ee1e4c0e59148062281c49d80b25b67771a127c85fc9676d3be5f243206826bf"}, + {file = "tqdm-4.67.3.tar.gz", hash = "sha256:7d825f03f89244ef73f1d4ce193cb1774a8179fd96f31d7e1dcde62092b960bb"}, ] [package.dependencies] @@ -6157,4 +6157,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.12" -content-hash = "ac9a6e9b3752b051868bec39b96f48fa07f709ca487bd5fc6e412c9c4a60dcea" +content-hash = "f167299901bfc9838d344a7e8a4f76d52ef81fa94b20734272dd90070e05707c" diff --git a/pyproject.toml b/pyproject.toml index dc2c6d8..d53f28f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ scikit-learn = "1.7.2" # machine learning library PyYAML = "6.0.3" # YAML parser types-PyYAML = "6.0.12.20260408" # type hints for PyYAML pandas-stubs = "2.3.3.260113" # type hints for pandas -tqdm = "4.67.1" # progress bar +tqdm = "4.67.3" # progress bar types-tqdm = "4.67.3.20260408" # type hints for tqdm pydantic = "2.12.5" # data validation pyreadr = "0.5.4" # read R data files