ITADN

Bump tqdm from 4.65.1 to 4.66.0 in /examples/execute_with_preamble

#1111Pull Requestdependabot[bot] 创建于 2023-08-09已合并
dependencies
D
dependabot[bot]commented
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.65.1 to 4.66.0. <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.66.0 stable</h2> <ul> <li>environment variables to override defaults (<code>TQDM_*</code>) (<a href="https://redirect.github.com/tqdm/tqdm/issues/1491">#1491</a> &lt;- <a href="https://redirect.github.com/tqdm/tqdm/issues/1061">#1061</a>, <a href="https://redirect.github.com/tqdm/tqdm/issues/950">#950</a> &lt;- <a href="https://redirect.github.com/tqdm/tqdm/issues/614">#614</a>, <a href="https://redirect.github.com/tqdm/tqdm/issues/1318">#1318</a>, <a href="https://redirect.github.com/tqdm/tqdm/issues/619">#619</a>, <a href="https://redirect.github.com/tqdm/tqdm/issues/612">#612</a>, <a href="https://redirect.github.com/tqdm/tqdm/issues/370">#370</a>) <ul> <li>e.g. in CI jobs, <code>export TQDM_MININTERVAL=5</code> to avoid log spam</li> <li>add tests &amp; docs for <code>tqdm.utils.envwrap</code></li> </ul> </li> <li>fix &amp; update CLI completion</li> <li>fix &amp; update API docs</li> <li>minor code tidy: replace <code>os.path</code> =&gt; <code>pathlib.Path</code></li> <li>fix docs image hosting</li> <li>release with CI bot account again (<a href="https://redirect.github.com/cli/cli/issues/6680">cli/cli#6680</a>)</li> </ul> <h2>tqdm v4.65.2 stable</h2> <ul> <li>exclude <code>examples</code> from distributed wheel (<a href="https://redirect.github.com/tqdm/tqdm/issues/1492">#1492</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tqdm/tqdm/commit/d69cc908d8dcfcad792b803c0bb3fa67d626918d"><code>d69cc90</code></a> bump version, merge pull request <a href="https://redirect.github.com/tqdm/tqdm/issues/1491">#1491</a> from tqdm/envwrap</li> <li><a href="https://github.com/tqdm/tqdm/commit/d434a3c44e90712795a2c7820fd1ced8bcc526b1"><code>d434a3c</code></a> tests &amp; docs: minor tidy</li> <li><a href="https://github.com/tqdm/tqdm/commit/84546d6be86810915b868078efb4d426dbac9d6c"><code>84546d6</code></a> fix edge cases &amp; windows tests</li> <li><a href="https://github.com/tqdm/tqdm/commit/fff3bf5f3ead77e493cad1ce29d8adf1b72da33c"><code>fff3bf5</code></a> docs: mention envwrap</li> <li><a href="https://github.com/tqdm/tqdm/commit/1411a0fd6a350a7e712358fa943f71005852e23e"><code>1411a0f</code></a> utils.envwrap: fix unused var, add tests</li> <li><a href="https://github.com/tqdm/tqdm/commit/6feef44607c8baf850712d6d5c54797bbcdee9d5"><code>6feef44</code></a> docs: fix image hosting</li> <li><a href="https://github.com/tqdm/tqdm/commit/38593d8b004ba51c772015d0594b1c706eac86ce"><code>38593d8</code></a> ci: release with bot account again</li> <li><a href="https://github.com/tqdm/tqdm/commit/7faf97e97842f4f9e5fb1a069c24e9db0063b3f5"><code>7faf97e</code></a> replace os.path =&gt; pathlib.Path</li> <li><a href="https://github.com/tqdm/tqdm/commit/4f54ec0f8bff9bc5a3a3d09900b53939e5a1f2f2"><code>4f54ec0</code></a> fix &amp; update API docs</li> <li><a href="https://github.com/tqdm/tqdm/commit/17482374a5dbcab53ce3696a462e6c659314cd92"><code>1748237</code></a> cli: fix &amp; update completion</li> <li>Additional commits viewable in <a href="https://github.com/tqdm/tqdm/compare/v4.65.1...v4.66.0">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.65.1&new-version=4.66.0)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
合并状态:已合并 合并于 2023-08-09 关闭于 2023-08-09 0 条评论