From 70e05c74ca656376cae2b9eb5988638290d090b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 15:14:41 +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.1 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 b294885..6e9b5cc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3177,14 +3177,14 @@ files = [ [[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] @@ -3192,10 +3192,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 = "traitlets" @@ -3292,4 +3292,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "8671462448bb48eac837310450abc424b5cb0242fae174eceba6a41f119e0add" +content-hash = "896b710ba9554fdfd82fa9493898263b0b27345eed13cf36c3dee67069a73ff8" diff --git a/pyproject.toml b/pyproject.toml index 6762e09..d7988f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ seaborn = "0.13.2" six = "1.17.0" SQLAlchemy = "2.0.50" threadpoolctl = "3.6.0" -tqdm = "4.67.3" +tqdm = "4.68.2" typing_extensions = "4.15.0" tzdata = "2026.2" urllib3 = "2.6.3"