From e5fb91a24dac7b8cf9a7444a4d9869763ecc7538 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 02:56:22 +0000 Subject: [PATCH] Bump tqdm from 4.67.3 to 4.68.2 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.67.3 to 4.68.2. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.3...v4.68.2) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.68.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3279ecb..9c2f987 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5640,14 +5640,14 @@ scipy = ["scipy"] [[package]] name = "tqdm" -version = "4.67.3" +version = "4.68.2" description = "Fast, Extensible Progress Meter" optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "tqdm-4.67.3-py3-none-any.whl", hash = "sha256:ee1e4c0e59148062281c49d80b25b67771a127c85fc9676d3be5f243206826bf"}, - {file = "tqdm-4.67.3.tar.gz", hash = "sha256:7d825f03f89244ef73f1d4ce193cb1774a8179fd96f31d7e1dcde62092b960bb"}, + {file = "tqdm-4.68.2-py3-none-any.whl", hash = "sha256:d4240441fb5353290b87d6a85968c9decc131a99b8c7faa28269d829de669ede"}, + {file = "tqdm-4.68.2.tar.gz", hash = "sha256:89c230e8dbc67c7615c142487111222f878c77427ea09549960f62389e258add"}, ] [package.dependencies] @@ -5655,10 +5655,10 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} [package.extras] dev = ["nbval", "pytest (>=6)", "pytest-asyncio (>=0.24)", "pytest-cov", "pytest-timeout"] -discord = ["requests"] +discord = ["envwrap", "requests"] notebook = ["ipywidgets (>=6)"] -slack = ["slack-sdk"] -telegram = ["requests"] +slack = ["envwrap", "slack-sdk"] +telegram = ["envwrap", "requests"] [[package]] name = "triton" @@ -6254,4 +6254,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.12" -content-hash = "fca7cb9b188bc8cba34b83342cccc957bf3ac820126712966621968ccb095d00" +content-hash = "34f7974b8aaa462d783d8ca3db187d4540cb9a19fc2287baa0cc61248a86096e" diff --git a/pyproject.toml b/pyproject.toml index 7aad7ae..eee21a3 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.20260518" # type hints for PyYAML pandas-stubs = "2.3.3.260113" # type hints for pandas -tqdm = "4.67.3" # progress bar +tqdm = "4.68.2" # progress bar types-tqdm = "4.67.3.20260518" # type hints for tqdm pydantic = "2.13.4" # data validation pyreadr = "0.5.6" # read R data files