Skip to content

Commit b4f658e

Browse files
Bump tqdm from 4.67.1 to 4.68.2 in the dependabot group (#373)
Bumps the dependabot group with 1 update: [tqdm](https://github.com/tqdm/tqdm). Updates `tqdm` from 4.67.1 to 4.68.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tqdm/tqdm/releases">tqdm's releases</a>.</em></p> <blockquote> <h2>tqdm v4.68.2 stable</h2> <ul> <li>revert accidental change to <code>ascii</code> default (fixes <a href="https://redirect.github.com/tqdm/tqdm/issues/1760">#1760</a>) <ul> <li><code>UnicodeEncodeError: 'charmap' codec can't encode characters in position 6-7: character maps to &lt;undefined&gt;</code> can be fixed by installing <code>tqdm!=4.68.0,!=4.68.1</code></li> </ul> </li> <li>misc docs updates <ul> <li>fix links</li> <li>replace stray <code>rst</code> -&gt; <code>md</code> syntax</li> <li>consistent &quot;progress bar&quot; terminology (<a href="https://redirect.github.com/tqdm/tqdm/issues/1737">#1737</a>)</li> </ul> </li> <li>tests: fix coverage (fixes <a href="https://redirect.github.com/tqdm/tqdm/issues/1760">#1760</a>)</li> </ul> <h2>tqdm v4.68.1 stable</h2> <ul> <li>set name of monitor thread (<a href="https://redirect.github.com/tqdm/tqdm/issues/1669">#1669</a>, <a href="https://redirect.github.com/tqdm/tqdm/issues/1752">#1752</a> &lt;- <a href="https://redirect.github.com/tqdm/tqdm/issues/1435">#1435</a>)</li> <li>fix monitor thread <code>atexit</code> deadlock (<a href="https://redirect.github.com/tqdm/tqdm/issues/1751">#1751</a> &lt;- <a href="https://redirect.github.com/tqdm/tqdm/issues/528">#528</a>, <a href="https://redirect.github.com/tqdm/tqdm/issues/627">#627</a>, <a href="https://redirect.github.com/tqdm/tqdm/issues/1435">#1435</a>, <a href="https://redirect.github.com/tqdm/tqdm/issues/1564">#1564</a>)</li> <li>docs: minor copyediting</li> </ul> <h2>tqdm v4.68.0 stable</h2> <ul> <li><code>utils</code>: simplify terminal size detection (<a href="https://redirect.github.com/tqdm/tqdm/issues/1760">#1760</a>)</li> <li><code>contrib</code> <ul> <li><code>itertools</code> (<a href="https://redirect.github.com/tqdm/tqdm/issues/1760">#1760</a>) <ul> <li>add <code>chain</code>, <code>permutations</code>, <code>combinations</code>, <code>combinations_with_replacement</code>, <code>batched</code></li> <li>add <code>product(repeat=1)</code> keyword argument (<a href="https://redirect.github.com/tqdm/tqdm/issues/1428">#1428</a>)</li> </ul> </li> <li>fix <code>discord</code>, <code>telegram</code> error handling</li> <li>fix <code>discord</code>, <code>slack</code>, <code>telegram</code> format for <code>total=None</code></li> </ul> </li> <li>soft-deprecate <code>tqdm.utils.envwrap</code> -&gt; <a href="https://github.com/tqdm/envwrap"><code>envwrap</code></a></li> <li>benchmarks: fix <code>asv</code></li> <li>misc linting</li> <li>misc framework updates <ul> <li>CI: migrate manual job to <code>pre-commit.ci</code></li> <li>bump workflow actions &amp; pre-commit hooks</li> </ul> </li> </ul> <h2>tqdm v4.67.3 stable</h2> <ul> <li>fix py3.7 dependencies (<a href="https://redirect.github.com/tqdm/tqdm/issues/1706">#1706</a> &lt;- <a href="https://redirect.github.com/tqdm/tqdm/issues/1705">#1705</a>)</li> </ul> <h2>tqdm v4.67.2 stable</h2> <ul> <li>support <code>pandas&gt;=3</code> (<a href="https://redirect.github.com/tqdm/tqdm/issues/1703">#1703</a> &lt;- <a href="https://redirect.github.com/tqdm/tqdm/issues/1701">#1701</a>, <a href="https://redirect.github.com/tqdm/tqdm/issues/1650">#1650</a>, <a href="https://redirect.github.com/tqdm/tqdm/issues/1700">#1700</a>)</li> <li>fix <code>format_interval</code> for negative numbers (<a href="https://redirect.github.com/tqdm/tqdm/issues/1703">#1703</a>)</li> <li>misc linting</li> <li>framework updates (<a href="https://redirect.github.com/tqdm/tqdm/issues/1704">#1704</a>) <ul> <li>bump CI workflow &amp; <code>pre-commit</code> dependencies</li> <li>add <code>pyupgrade</code></li> <li>add py3.13 support</li> <li>fix py3.7 tests</li> <li>update <code>setuptools-scm</code> usage</li> <li>support auto-dedented docstrings when building docs in py3.13</li> </ul> </li> <li>tests: relax flaky benchmarks</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tqdm/tqdm/commit/4b3395272d66a00d7d4eebec5a4e19ae679aa95d"><code>4b33952</code></a> revert accidental change to <code>tqdm(ascii)</code> default</li> <li><a href="https://github.com/tqdm/tqdm/commit/b10848f8aaece089c70590425fd4262a68beb57f"><code>b10848f</code></a> docs: fix links</li> <li><a href="https://github.com/tqdm/tqdm/commit/85b62dd5fc5f1cc83f37802312d5d71a1a970e86"><code>85b62dd</code></a> docs: replace stray rst -&gt; md</li> <li><a href="https://github.com/tqdm/tqdm/commit/d2fb04af6fbf49501dce9cc82f0ea8971924dee7"><code>d2fb04a</code></a> docs: mention OpenAI sponsorship</li> <li><a href="https://github.com/tqdm/tqdm/commit/85940f9d17a679f9189a8346b05c0580f313f69f"><code>85940f9</code></a> docs: consistent progress bar terminology</li> <li><a href="https://github.com/tqdm/tqdm/commit/9dbb36be49a91bb86b15883e0d8c6ad1d3fb4aa2"><code>9dbb36b</code></a> tests: fix coverage</li> <li><a href="https://github.com/tqdm/tqdm/commit/67cf355f96dfc3e459d18193d68a98a7abb6e08e"><code>67cf355</code></a> Merge pull request <a href="https://redirect.github.com/tqdm/tqdm/issues/1751">#1751</a> from jaltmayerpizzorno/fix-atexit-monitor-deadlock</li> <li><a href="https://github.com/tqdm/tqdm/commit/cfa4a8522e8915e5f3f29dec9cedf7a75e366e1a"><code>cfa4a85</code></a> minor docstring updates</li> <li><a href="https://github.com/tqdm/tqdm/commit/f83290ce32f424e0562d47efe2304cdb90d244d5"><code>f83290c</code></a> Fix TMonitor deadlock at interpreter shutdown</li> <li><a href="https://github.com/tqdm/tqdm/commit/59029c37ad6af57df7b49d31c0f48728280ae824"><code>59029c3</code></a> Set name for tqdm monitor thread (<a href="https://redirect.github.com/tqdm/tqdm/issues/1752">#1752</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tqdm/tqdm/compare/v4.67.1...v4.68.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tqdm&package-manager=pip&previous-version=4.67.1&new-version=4.68.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2d9292b commit b4f658e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -875,9 +875,9 @@ termcolor==3.3.0 \
875875
--hash=sha256:348871ca648ec6a9a983a13ab626c0acce02f515b9e1983332b17af7979521c5 \
876876
--hash=sha256:cf642efadaf0a8ebbbf4bc7a31cec2f9b5f21a9f726f4ccbb08192c9c26f43a5
877877
# via tensorflow
878-
tqdm==4.67.1 \
879-
--hash=sha256:26445eca388f82e72884e0d580d5464cd801a3ea01e63e5601bdff9ba6a48de2 \
880-
--hash=sha256:f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2
878+
tqdm==4.68.2 \
879+
--hash=sha256:89c230e8dbc67c7615c142487111222f878c77427ea09549960f62389e258add \
880+
--hash=sha256:d4240441fb5353290b87d6a85968c9decc131a99b8c7faa28269d829de669ede
881881
# via sedpack (pyproject.toml)
882882
typing-extensions==4.15.0 \
883883
--hash=sha256:0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466 \

0 commit comments

Comments
 (0)