Skip to content

Commit c54a5b5

Browse files
authored
Merge PR #324
Bumps the pip group with 1 update: [tqdm](https://github.com/tqdm/tqdm). Updates `tqdm` from 4.67.1 to 4.67.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.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 docstring 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/09a863bf4658f19a911eb7d3fa4f9e4eb0b33496"><code>09a863b</code></a> bump version, merge pull request <a href="https://redirect.github.com/tqdm/tqdm/issues/1704">#1704</a> from tqdm/devel</li> <li><a href="https://github.com/tqdm/tqdm/commit/33d24cdbd4bd958cdc6cecbbcc903b52f8c37a05"><code>33d24cd</code></a> update pyproject syntax</li> <li><a href="https://github.com/tqdm/tqdm/commit/70b912484824f130be0506c2e139a1f764751fac"><code>70b9124</code></a> add py3.13 support</li> <li><a href="https://github.com/tqdm/tqdm/commit/a74d8f8d97d2f77937e09a32a9e1975e167261d6"><code>a74d8f8</code></a> drop _dist_ver</li> <li><a href="https://github.com/tqdm/tqdm/commit/14d72e2c18ba34363d629a43794a47513a9aa368"><code>14d72e2</code></a> Merge pull request <a href="https://redirect.github.com/tqdm/tqdm/issues/1703">#1703</a> from wingding12/fix-pandas-3.0-and-negative-interval</li> <li><a href="https://github.com/tqdm/tqdm/commit/a69dac84b3d2e7ab23dbfcccae29b28a753ee5eb"><code>a69dac8</code></a> fix dedented docstrings</li> <li><a href="https://github.com/tqdm/tqdm/commit/a986d228405324ca422050e4787118c187cb870f"><code>a986d22</code></a> tests: fix pandas deprecation warnings</li> <li><a href="https://github.com/tqdm/tqdm/commit/bb7aa4ddb706b9d99b72a811eb62ea35553ff1e2"><code>bb7aa4d</code></a> tests: fix pandas deprecated applymap</li> <li><a href="https://github.com/tqdm/tqdm/commit/0647db1c7480a21eb08ba214b0756d232e079e3a"><code>0647db1</code></a> misc tidy</li> <li><a href="https://github.com/tqdm/tqdm/commit/9bcd04b3ba730c8bceb3c39d84850457660632fc"><code>9bcd04b</code></a> fix pandas&gt;=3 &amp; negative format_interval</li> <li>Additional commits viewable in <a href="https://github.com/tqdm/tqdm/compare/v4.67.1...v4.67.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.67.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 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 <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>
2 parents 828948d + 883916d commit c54a5b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
tqdm==4.67.1
1+
tqdm==4.67.2

0 commit comments

Comments
 (0)